IPluggableApplicationMountHandle
Home > @gooddata/sdk-pluggable-application-model > IPluggableApplicationMountHandle
IPluggableApplicationMountHandle 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.
Handle returned from mount for lifecycle management and host -> module interaction.
Signature:
export interface IPluggableApplicationMountHandle
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(ctx: IPlatformContext) => void |
(ALPHA) (Optional) Updates context snapshot in the pluggable application. |
Methods
|
Method |
Description |
|---|---|
|
(ALPHA) Unmounts the pluggable application and releases all resources. |