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