selectDateFilterConfigOverrides
Home > @gooddata/sdk-ui-dashboard > selectDateFilterConfigOverrides
selectDateFilterConfigOverrides variable
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Returns date filter config that is specified on the loaded dashboard.
The dashboard-level date filter configuration MAY contain overrides and additional configuration to apply on top of the workspace-level date filter config. If the dashboard-level overrides are not specified, then the workspace-level config should be taken as-is.
Signature:
selectDateFilterConfigOverrides: DashboardSelector<IDashboardDateFilterConfig | undefined>
Remarks
See selectEffectiveDateFilterConfig - you can use this selector to obtain the effective date filter config that contains the final config obtained by merging the workspace-level config and the dashboard-level overrides.