IDashboardThemingProps
Home > @gooddata/sdk-ui-dashboard > IDashboardThemingProps
IDashboardThemingProps interface
Signature:
export interface IDashboardThemingProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
disableThemeLoading? | boolean | (Optional) When true, disables the loading of the workspace theme and creation of a ThemeProvider (if there is none already present in the parent scope). | |
theme? | ITheme | (Optional) Theme to use. | |
themeModifier? | (theme: ITheme) => ITheme | (Optional) If provided it is called with loaded theme to allow its modification according to the app needs. |