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