setColorPalette()
Home > @gooddata/sdk-backend-spi > IWorkspaceSettingsService > setColorPalette
IWorkspaceSettingsService.setColorPalette() method
Sets color palette for current workspace.
Signature:
setColorPalette(colorPaletteId: string): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
colorPaletteId | string | ID of the color palette to apply to charts in workspace. |
Returns:
Promise<void>
promise