(windowId: string, workspaceId: string)
| 149 | return callBackendService(this?.waveEnv, "window", "SetWindowPosAndSize", Array.from(arguments)) |
| 150 | } |
| 151 | SwitchWorkspace(windowId: string, workspaceId: string): Promise<Workspace> { |
| 152 | return callBackendService(this?.waveEnv, "window", "SwitchWorkspace", Array.from(arguments)) |
| 153 | } |
| 154 | } |
| 155 | |
| 156 | export const WindowService = new WindowServiceType(); |
no test coverage detected