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