IThemeProviderProps
Home > @gooddata/sdk-ui-theme-provider > IThemeProviderProps
IThemeProviderProps interface
Signature:
export interface IThemeProviderProps
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
(Optional) Analytical backend, from which the ThemeProvider will obtain selected theme object. | |||
ReactNode |
(Optional) React children | ||
boolean |
(Optional) Flag determining whether the complementary palette is enabled or not. | ||
(Optional) If provided it is called with loaded theme to allow its modification according to the app needs. | |||
boolean |
(Optional) Should ThemeProvider remove global styles during the unmount phase? Default: true | ||
(Optional) Theme that will be used if defined. | |||
string |
(Optional) Identifier of analytical workspace, from which the ThemeProvider will obtain the selected theme identifier |