IWorkspaceStylingService
Home > @gooddata/sdk-backend-spi > IWorkspaceStylingService
IWorkspaceStylingService interface
This service provides access to workspace styling settings such as color palette.
Signature:
export interface IWorkspaceStylingService
Remarks
The contract here is that styling settings ARE applied in Analytical Designer and Dashboard applications and so any SDK code that embeds entities created by those applications MUST also use the same styling settings in order to maintain consistent user experience.
Methods
Method | Description |
---|---|
getColorPalette() | Asynchronously returns items in the color palette. |
getTheme() | Asynchronously returns theme. |