File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -294,6 +294,8 @@ manager.emitter.on(events, listener)
294
294
| ready | undefined | | Triggered when all apps are created |
295
295
| sceneStateChange | SceneState | | Fired when sceneState is modified |
296
296
| pageStateChange | PageState | | |
297
+ | fullscreenChange | boolean | | Triggered when the full-screen status changes |
298
+ | appsChange | string[ ] | | Triggered when the list of opened apps changes |
297
299
298
300
``` ts
299
301
type LoadAppEvent = {
Original file line number Diff line number Diff line change @@ -292,6 +292,8 @@ manager.emitter.on(events, listener)
292
292
| ready | undefined | | 当所有 APP 创建完毕时触发 |
293
293
| sceneStateChange | SceneState | | 当 sceneState 修改时触发 |
294
294
| pageStateChange | PageState | | |
295
+ | fullscreenChange | boolean | | 当全屏状态改变时触发 |
296
+ | appsChange | string[ ] | | 被打开的app列表改变时触发 |
295
297
296
298
``` ts
297
299
type LoadAppEvent = {
You can’t perform that action at this time.
0 commit comments