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