IOrganizationStylingService
Home > @gooddata/sdk-backend-spi > IOrganizationStylingService
IOrganizationStylingService interface
This service provides access to organization styling settings such as theme.
Signature:
export interface IOrganizationStylingService
Methods
| Method | Description |
|---|---|
| clearActiveColorPalette() | Clear active color palette setting from organization. |
| clearActiveTheme() | Clear active theme setting from organization. |
| createColorPalette(colorPalette) | Create new color palette on organization level. |
| createTheme(theme) | Create new theme on organization level. |
| deleteColorPalette(colorPaletteRef) | Delete color palette on organization level. |
| deleteTheme(themeRef) | Delete theme on organization level. |
| getActiveColorPalette() | Request active color palette setting from organization. |
| getActiveTheme() | Request active theme setting from organization. |
| getColorPalettes() | Request all color palettes defined on organization level. |
| getThemes() | Request all themes defined on organization level. |
| setActiveColorPalette(colorPaletteRef) | Set active color palette setting in organization. |
| setActiveTheme(themeRef) | Set active theme setting in organization. |
| updateColorPalette(colorPalette) | Update existing color palette on organization level. |
| updateTheme(theme) | Update existing theme on organization level. |