IEmbeddedPlugin
Home > @gooddata/sdk-ui-loaders > IEmbeddedPlugin
IEmbeddedPlugin interface
Embedded plugin is implemented, built and linked into the application that loads the dashboard. There is no specific runtime loading and linkage required for these plugins.
The lifecycle of embedded plugin is the same as other plugins
Signature:
export interface IEmbeddedPlugin
Properties
Property | Type | Description |
---|---|---|
factory | () => IDashboardPluginContract_V1 | Factory function to create an instance of the embedded plugin. |
parameters? | string | (Optional) Parameters to use. |