DashboardPluginDescriptor
Home > @gooddata/sdk-ui-dashboard > DashboardPluginDescriptor
DashboardPluginDescriptor interface
Basic set of information about a Dashboard plugin.
Signature:
export interface DashboardPluginDescriptor
Properties
| Property | Type | Description |
|---|---|---|
| author | string | Author of the plugin. |
| debugName? | string | (Optional) Developer-assigned name of the plugin that will be used. |
| displayName | string | Specify human-readable name of the plugin. |
| longDescription? | string | (Optional) Human-readable long description of the plugin. |
| maxEngineVersion? | string | (Optional) Greatest version of the dashboard engine that this plugin supports. |
| minEngineVersion | string | Minimum version of dashboard engine that this plugin supports. |
| shortDescription? | string | (Optional) Specify human-readable short description of the plugin. |
| version | string | Version of the plugin. |