updateContext()
Home > @gooddata/sdk-pluggable-application-model > IShellUiMountHandle > updateContext
IShellUiMountHandle.updateContext() method
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.
Pushes an updated platform context into the shell UI.
Signature:
updateContext?(ctx: IPlatformContext): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
ctx |
Returns:
void
Remarks
Called by the host whenever the context changes after initial mount.