isUsingDashboardOverrides
Home > @gooddata/sdk-ui-dashboard > DateFilterConfigState > isUsingDashboardOverrides
DateFilterConfigState.isUsingDashboardOverrides property
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Indicates whether the effectiveDateFilterConfig is actually reflecting the dashboard-level config overrides or it is just fallback to the workspace-level config.
This is only true if the dashboard-level overrides are present AND their merge with workspace-level config resulted in valid config.
Signature:
isUsingDashboardOverrides?: boolean;