(windowId: string)
| 140 | return callBackendService(this?.waveEnv, "window", "CreateWindow", Array.from(arguments)) |
| 141 | } |
| 142 | GetWindow(windowId: string): Promise<WaveWindow> { |
| 143 | return callBackendService(this?.waveEnv, "window", "GetWindow", Array.from(arguments)) |
| 144 | } |
| 145 | |
| 146 | // set window position and size |
| 147 | // @returns object updates |
no test coverage detected