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 |
---|---|---|---|
description? | readonly | string | (ALPHA) (Optional) Plugin description. This is optional and may provide additional information about what the plugin does. |
name | readonly | string | (ALPHA) Plugin name. |
tags | readonly | string[] | (ALPHA) Plugins may be tagged using arbitrary tags for additional categorization. |
type | readonly | "IDashboardPlugin" | (ALPHA) |
url | readonly | string | (ALPHA) Fully qualified URL where the plugin entry point is hosted. |