IOrganizationSettingsService
Home > @gooddata/sdk-backend-spi > IOrganizationSettingsService
IOrganizationSettingsService interface
This service provides access to organization settings
Signature:
export interface IOrganizationSettingsService
Methods
Method | Description |
---|---|
deleteColorPalette() | Deletes color palette from organization settings returning chart colors to default. |
deleteTheme() | Deletes theme from organization settings returning workspace styling to default. |
getSettings() | Get all current organization settings. |
setAlertDefault(value) | Sets alert default |
setColorPalette(colorPaletteId) | Sets color palette for organization. |
setDateFormat(dateFormat) | Sets date format for organization. |
setLocale(locale) | Sets locale for current workspace. |
setOpenAiConfig(config) | (ALPHA) Sets OpenAI configuration for organization. |
setTheme(themeId) | Sets theme for organization. |
setTimezone(timezone) | Sets timezone for organization. |
setWeekStart(weekStart) | Sets first day of week for organization. |
setWhiteLabeling(whiteLabeling) | Sets whiteLabeling for organization. |