DashboardLoadingMode
Home > @gooddata/sdk-ui-loaders > DashboardLoadingMode
DashboardLoadingMode type
Loading mode of the dashboard.
Signature:
export type DashboardLoadingMode = "adaptive" | "staticOnly";
Remarks
See IDashboardLoadOptions.loadingMode for more information.