getDashboardPlugins()
Home > @gooddata/sdk-backend-spi > IWorkspaceDashboardsService > getDashboardPlugins
IWorkspaceDashboardsService.getDashboardPlugins() method
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.
Gets all dashboard plugins registered in the current workspace.
Signature:
getDashboardPlugins(options?: IGetDashboardPluginOptions): Promise<IDashboardPlugin[]>;
Parameters
Parameter | Type | Description |
---|---|---|
options | IGetDashboardPluginOptions | (Optional) options that specify how the plugin should be loaded |
Returns:
Promise<IDashboardPlugin[]>