IDashboardEngine
Home > @gooddata/sdk-ui-dashboard > IDashboardEngine
IDashboardEngine interface
Dashboard Engine encapsulates a particular build of the component and provides factory methods to create the Dashboard component's customization-related props using one or more plugins.
Signature:
export interface IDashboardEngine
Properties
| Property | Type | Description |
|---|---|---|
| version | string | Version of the dashboard engine. |
Methods
| Method | Description |
|---|---|
| getDashboardComponent() | Returns Dashboard component provided by this dashboard engine. |
| initializePlugins(ctx, plugins) | Drives initialization of loaded dashboard plugins and their registration logic. |