@xiaobai-world/api
Advanced tools
Comparing version 0.0.26 to 0.0.27
{ | ||
"name": "@xiaobai-world/api", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "xiaobai world api", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
export interface IXiaobaiWorldMessageData { | ||
XIAOBAI_EVENT: "XIAOBAI_APP_JAVASCRIPT_ENTRY_LOADED", | ||
mountPointId: string, | ||
windowId:string, | ||
windowId: string, | ||
name: string, | ||
@@ -72,13 +72,4 @@ title: string, | ||
animation: boolean | ||
/** before the window is maximized,save the window size for later recovery */ | ||
previousWindowSize?: { | ||
x: number, | ||
y: number, | ||
width: number, | ||
height: number | ||
}, | ||
/** whether the window has been consumed */ | ||
isUsed: boolean, | ||
/** auto start? */ | ||
autoStart: boolean, | ||
jsEntry: string, | ||
@@ -85,0 +76,0 @@ appRootPath: string, |
6178
185