IDashboardPluginLink
Home > @gooddata/sdk-model > IDashboardPluginLink
IDashboardPluginLink 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.
A link between dashboard and a plugin that it uses. Optionally contains parameters that should be passed to the plugin at load time.
Signature:
export interface IDashboardPluginLink
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
parameters? | readonly | string | (ALPHA) (Optional) Contains parameters that should be passed to the plugin at load time. The format and content of the parameters are fully dependent on the implementation of the plugin. If the plugin parameterization is possible, then the plugin documentation should contain the detail. |
plugin | readonly | ObjRef | (ALPHA) Linked plugin. |
type | readonly | "IDashboardPluginLink" | (ALPHA) |