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

load()

Home > @gooddata/sdk-ui-loaders > IDashboardLoader > load

IDashboardLoader.load() method

Load the dashboard, dashboard engine and plugins that should be on the dashboard.

Signature:

load(options?: IDashboardLoadOptions): Promise<DashboardLoadResult>;

Parameters

ParameterTypeDescription
optionsIDashboardLoadOptions(Optional)

Returns:

Promise<DashboardLoadResult>

Remarks

Then performs the initialization of the plugins and their registration.

Finally, returns result containing the DashboardComponent to render, it's props and details about the plugins that will be in effect once the DashboardComponent gets mounted.

  • IDashboardLoader.load() 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