IHostUiNotification
Home > @gooddata/sdk-pluggable-application-model > IHostUiNotification
IHostUiNotification type
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.
Discriminated union of out-of-band notifications the host runtime can push into the host UI module after mount. Lets the runtime signal events that should affect the UI without coupling it to a specific rendering.
Signature:
export type IHostUiNotification = INewDeploymentAvailableHostUiNotification;
References: INewDeploymentAvailableHostUiNotification
Remarks
Variants are discriminated by the type field. Implementations of IHostUiMountHandle.notify() may safely no-op for notification types they do not handle, so adding a new variant is a backward-compatible change.