backend
Home > @gooddata/sdk-ui > ITranslationsCustomizationProviderProps > backend
ITranslationsCustomizationProviderProps.backend property
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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.