theme
Home > @gooddata/sdk-ui-theme-provider > IThemeProviderProps > theme
IThemeProviderProps.theme property
Theme that will be used if defined.
Signature:
theme?: ITheme;
Remarks
If not defined here, the theme will be obtained from the backend.
Note: either the theme or both backend and workspace MUST be provided (either directly or via their contexts).