(workspaceId: string)
| 180 | |
| 181 | // @returns object updates |
| 182 | DeleteWorkspace(workspaceId: string): Promise<string> { |
| 183 | return callBackendService(this?.waveEnv, "workspace", "DeleteWorkspace", Array.from(arguments)) |
| 184 | } |
| 185 | |
| 186 | // @returns colors |
| 187 | GetColors(): Promise<string[]> { |
no test coverage detected