updateContext()
Home > @gooddata/sdk-pluggable-application-model > IHostUiMountHandle > updateContext
IHostUiMountHandle.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 host 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.