adaptive()
Home > @gooddata/sdk-ui-loaders > DashboardLoader > adaptive
DashboardLoader.adaptive() method
Create loader that may dynamically load dashboard engine and plugins in case a Dashboard to load is using them.
Signature:
static adaptive(options: AdaptiveLoadOptions): DashboardLoader;
Parameters
Parameter | Type | Description |
---|---|---|
options | AdaptiveLoadOptions | options for the adaptive load |
Returns:
Remarks
Otherwise it will fall back to the dashboard engine statically linked to the context and will only use locally embedded plugins.