onFilterChanged
Home > @gooddata/sdk-ui-dashboard > IDashboardDateFilterProps > onFilterChanged
IDashboardDateFilterProps.onFilterChanged property
When the user interacts with the filter and changes its value, it MUST use this callback to propagate the new filter value.
Signature:
onFilterChanged: (filter: IDashboardDateFilter | undefined, dateFilterOptionLocalId?: string) => void;