(workspaceId: string, name: string, icon: string, color: string, applyDefaults: boolean)
| 208 | |
| 209 | // @returns object updates |
| 210 | UpdateWorkspace(workspaceId: string, name: string, icon: string, color: string, applyDefaults: boolean): Promise<void> { |
| 211 | return callBackendService(this?.waveEnv, "workspace", "UpdateWorkspace", Array.from(arguments)) |
| 212 | } |
| 213 | } |
| 214 | |
| 215 | export const WorkspaceService = new WorkspaceServiceType(); |
no test coverage detected