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
Parameter | Type | Description |
---|---|---|
options | IDashboardLoadOptions | (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.