backend
Home > @gooddata/sdk-ui-theme-provider > IThemeProviderProps > backend
IThemeProviderProps.backend property
Analytical backend, from which the ThemeProvider will obtain selected theme object.
Signature:
backend?: IAnalyticalBackend;
Remarks
If you do not specify instance of analytical backend using this prop, then you MUST have BackendProvider up in the component tree.