GoodData.UI API reference
  • GoodData.UI
  • Docs & APIs
  • Developers
  • GoodData.CN
  • GoodData.UI
  • Docs & APIs
  • Get GoodData.CN Community Edition
  • 10.26.0
  • Code samples
  • Gallery
  • 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

ParameterTypeDescription
ctxDashboardContextdashboard context in which the plugins operate
pluginsIDashboardPluginContract_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