GoodData.UI API reference
  • All Products
  • All Products
  • GoodData.UI
  • API Reference
  • University
  • Community
  • Documentation
  • Support
  • 11.1.0
  • Code samples
  • GitHub

initializePlugins()

Home > @gooddata/sdk-ui-dashboard > IDashboardEngine > initializePlugins

IDashboardEngine.initializePlugins() method

Drives initialization of loaded dashboard plugins and their registration logic.

Signature:

initializePlugins(ctx: DashboardContext, plugins: IDashboardPluginContract_V1[]): IDashboardExtensionProps;

Parameters

Parameter

Type

Description

ctx

DashboardContext

dashboard context in which the plugins operate

plugins

IDashboardPluginContract_V1[]

plugins to initialize

Returns:

IDashboardExtensionProps

Remarks

During registration, the plugins register their customizations, contributions and event handlers.

The plugin' contributions will be used to construct the dashboard extension props which can then be used as input to the dashboard component itself and thus achieve the integration of the plugins into the dashboard.

  • IDashboardEngine.initializePlugins() method
  • Parameters
  • Remarks
GoodData resources:
  • Documentation
Follow the community:
  • Community
Copyright © 2007–2025 GoodData Corporation. All Rights Reserved. Code licensed under a dual license - CC BY‑NC 4.0 for trial experience and GoodData.UI EULA for commercial use