ResolvedDashboardConfig
Home > @gooddata/sdk-ui-dashboard > ResolvedDashboardConfig
ResolvedDashboardConfig type
Dashboard configuration resolved using the config passed in via props and any essential data retrieved from backend.
Signature:
export type ResolvedDashboardConfig = Omit<Required<DashboardConfig>, "mapboxToken" | "exportId"> & DashboardConfig;
References: DashboardConfig
Remarks
Note: the resolved config may still contain some undefined properties:
mapboxToken
- has to be provided by the context -exportId
- optional, used for fetching filters during export mode -isReadOnly
- is purely choice of context in which the dashboard is used