IPluggableApplicationMountOptions
Home > @gooddata/sdk-pluggable-application-model > IPluggableApplicationMountOptions
IPluggableApplicationMountOptions 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.
Options passed by the host into a pluggable application's mount function.
Signature:
export interface IPluggableApplicationMountOptions
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(ALPHA) Base path under which the pluggable application should consider itself mounted. | ||
|
HTMLElement |
(ALPHA) DOM element into which the pluggable application should render itself. | ||
|
(ALPHA) Platform context snapshot provided by the host. | |||
|
string |
(ALPHA) Unique application instance identifier. | ||
|
(e: IPluggableAppEvent) => void |
(ALPHA) (Optional) Callback invoked by the pluggable application to emit events. |