IClientPlatformContext
Home > @gooddata/sdk-ui-pluggable-application > IClientPlatformContext
IClientPlatformContext 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.
Platform context extended with a client-created backend instance.
Signature:
export interface IClientPlatformContext extends IPlatformContext
Extends: IPlatformContext
Remarks
Client applications receive IPlatformContext from the shell (which contains auth credentials but no backend). They create their own backend using those credentials and produce an IClientPlatformContext which includes the backend instance.
The backend's internal_backendSpecificFunctions field carries any backend-specific escape hatches (e.g., tiger-specific functions) automatically.
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(ALPHA) Backend instance created by the client application from the auth credentials in the platform context. |