IAppProvidersProps
Home > @gooddata/sdk-ui-pluggable-application > IAppProvidersProps
IAppProvidersProps interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Props for AppProviders().
Signature:
export interface IAppProvidersProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(ALPHA) Platform context snapshot provided by the host (from mount options). | |||
|
(ALPHA) (Optional) Default language/locale used when | |||
|
Record<string, ITranslations> |
(ALPHA) Eagerly-loaded default messages keyed by locale. Typically | ||
|
string |
(ALPHA) Package name reported to the backend for telemetry. | ||
|
(locale: string) => Promise<ITranslations> |
(ALPHA) Asynchronous translation message resolver — typically the memoized |