(workspaceId: string, tabId: string)
| 203 | |
| 204 | // @returns object updates |
| 205 | SetActiveTab(workspaceId: string, tabId: string): Promise<void> { |
| 206 | return callBackendService(this?.waveEnv, "workspace", "SetActiveTab", Array.from(arguments)) |
| 207 | } |
| 208 | |
| 209 | // @returns object updates |
| 210 | UpdateWorkspace(workspaceId: string, name: string, icon: string, color: string, applyDefaults: boolean): Promise<void> { |
no test coverage detected