IThemeContextProviderProps
Home > @gooddata/sdk-ui-theme-provider > IThemeContextProviderProps
IThemeContextProviderProps interface
Signature:
export interface IThemeContextProviderProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
children? | React.ReactNode | (Optional) React children | |
theme | ITheme | Theme object contains properties to be used instead of default ones | |
themeIsLoading | boolean | Flag telling whether the theme object is being loaded or not | |
themeStatus? | ThemeStatus | (Optional) Status telling whether the theme object is being loaded or not Started in pending state, then switches to loading and finally to success Can skip loading if theme does not have to be loaded from backend |