Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Nov 19, 2024
1 parent a20f4d5 commit 73ee1a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/content/docs/docs/plugin/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -841,8 +841,8 @@ Listen for app ready event in the App, let you know when app is ready to use
| Prop | Type | Description | Since |
| ------------- | ------------------- | ----------------------------- | ----- |
| **`status`** | <code>string</code> | Current status of set channel | 4.7.0 |
| **`error`** | <code>any</code> | | |
| **`message`** | <code>any</code> | | |
| **`error`** | <code>string</code> | | |
| **`message`** | <code>string</code> | | |


### SetChannelOptions
Expand All @@ -865,8 +865,8 @@ Listen for app ready event in the App, let you know when app is ready to use
| Prop | Type | Description | Since |
| -------------- | -------------------- | ----------------------------- | ----- |
| **`channel`** | <code>string</code> | Current status of get channel | 4.8.0 |
| **`error`** | <code>any</code> | | |
| **`message`** | <code>any</code> | | |
| **`error`** | <code>string</code> | | |
| **`message`** | <code>string</code> | | |
| **`status`** | <code>string</code> | | |
| **`allowSet`** | <code>boolean</code> | | |

Expand Down

0 comments on commit 73ee1a4

Please sign in to comment.