IShellUiMountHandle
Home > @gooddata/sdk-pluggable-application-model > IShellUiMountHandle
IShellUiMountHandle 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 a shell UI mount for lifecycle management.
Signature:
export interface IShellUiMountHandle
Methods
|
Method |
Description |
|---|---|
|
(ALPHA) Returns the DOM element where the active pluggable application should be rendered. | |
|
(ALPHA) Unmounts the shell UI and releases all resources. | |
|
(ALPHA) (Optional) Pushes an updated list of resolved applications into the shell UI. | |
|
(ALPHA) (Optional) Pushes an updated platform context into the shell UI. | |
|
(ALPHA) (Optional) Pushes the current pathname into the shell UI. |