effectiveDateFilterConfig
Home > @gooddata/sdk-ui-dashboard > DateFilterConfigState > effectiveDateFilterConfig
DateFilterConfigState.effectiveDateFilterConfig 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.
The effective date filter config to use for the dashboard. This is obtained by merging the workspace-level config with the dashboard-level overrides. If the merged result is valid, then it is used for effective config. If the merged result is invalid, then the workspace-level config is used as fallback.
Signature:
effectiveDateFilterConfig?: IDateFilterConfig;