ITranslationsCustomizationProviderProps
Home > @gooddata/sdk-ui > ITranslationsCustomizationProviderProps
ITranslationsCustomizationProviderProps interface
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.
Signature:
export interface ITranslationsCustomizationProviderProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
backend? | IAnalyticalBackend | (BETA) (Optional) Analytical backend, from which the ThemeProvider will obtain selected theme object | |
translations | Record<string, string> | (BETA) Translations that needs to be modified. | |
workspace? | string | (BETA) (Optional) Identifier of analytical workspace, from which the ThemeProvider will obtain the selected theme identifier |
Methods
Method | Description |
---|---|
customize(translations, settings)? | (BETA) (Optional) Customization function that will change final translations. |
render(translations) | (BETA) Component that will be render (Render Props pattern). |