IDashboardPluginBase
Home > @gooddata/sdk-model > IDashboardPluginBase
IDashboardPluginBase 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.
Signature:
export interface IDashboardPluginBase 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| 
 | string | (ALPHA) (Optional) Plugin description. This is optional and may provide additional information about what the plugin does. | |
| 
 | string | (ALPHA) Plugin name. | |
| 
 | string[] | (ALPHA) Plugins may be tagged using arbitrary tags for additional categorization. | |
| 
 | "IDashboardPlugin" | (ALPHA) | |
| 
 | string | (ALPHA) Fully qualified URL where the plugin entry point is hosted. |