IClientPlatformContext
Home > @gooddata/sdk-ui-pluggable-application > IClientPlatformContext
IClientPlatformContext interface
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 |
|---|---|---|---|
|
Backend instance created by the client application from the auth credentials in the platform context. |