@netless/window-manager 0.4.0-canary.22 → 0.4.0-canary.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,6 +7,7 @@ import type { ReadonlyTeleBox } from "@netless/telebox-insider";
7
7
  export declare class AppProxy {
8
8
  private params;
9
9
  private manager;
10
+ kind: string;
10
11
  id: string;
11
12
  scenePath?: string;
12
13
  appEmitter: Emittery<AppEmitterEvent>;
@@ -16,7 +17,6 @@ export declare class AppProxy {
16
17
  private appProxies;
17
18
  private viewManager;
18
19
  private store;
19
- private kind;
20
20
  isAddApp: boolean;
21
21
  private status;
22
22
  private stateKey;