IDashboardLoadOptions
Home > @gooddata/sdk-ui-loaders > IDashboardLoadOptions
IDashboardLoadOptions interface
Dashboard loading options.
Signature:
export interface IDashboardLoadOptions extends IDashboardBasePropsForLoader
Extends: IDashboardBasePropsForLoader
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
adaptiveLoadOptions? | AdaptiveLoadOptions | (Optional) Specify configuration related adaptive loading. | |
allowUnfinishedFeatures? | "staticOnly" | "alwaysAllow" | "alwaysPrevent" | (Optional) Specify when will be in progress features allowed | |
clientWorkspace? | IClientWorkspaceIdentifiers | (Optional) Specify client workspace identifiers to use in order to identify exact workspace to load the dashboard from. | |
extraPlugins? | IEmbeddedPlugin | IEmbeddedPlugin[] | (Optional) Specify extra plugins to use during the bootstrap of the dashboard. | |
loadingMode? | DashboardLoadingMode | (Optional) Loading mode to use. |