DashboardPluginV1
Home > @gooddata/sdk-ui-dashboard > DashboardPluginV1
DashboardPluginV1 class
Abstract base class for the Dashboard Plugin.
Signature:
export declare abstract class DashboardPluginV1 implements IDashboardPluginContract_V1
Implements: IDashboardPluginContract_V1
Remarks
Each plugin should extend this class and implement at least the DashboardPluginV1.register() method.
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| _pluginVersion | (not declared) | ||
| author | string | ||
| displayName | string | ||
| maxEngineVersion? | string | (Optional) | |
| minEngineVersion | string | ||
| version | string |
Methods
| Method | Modifiers | Description |
|---|---|---|
| register(ctx, customize, handlers) |