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 | readonly | (not declared) | |
author |
| string | |
compatibility | readonly | string | undefined | |
displayName |
| string | |
maxEngineVersion? | readonly | string | (Optional) |
minEngineVersion | readonly | string | |
version |
| string |
Methods
Method | Modifiers | Description |
---|---|---|
register(ctx, customize, handlers) | abstract |