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 | 
|---|---|---|---|
| (BETA) (Optional) Analytical backend, from which the ThemeProvider will obtain selected theme object | |||
| Record<string, string> | (BETA) Translations that needs to be modified. | ||
| string | (BETA) (Optional) Identifier of analytical workspace, from which the ThemeProvider will obtain the selected theme identifier | 
Methods
| Method | Description | 
|---|---|
| (BETA) (Optional) Customization function that will change final translations. | |
| (BETA) Component that will be render (Render Props pattern). |