onMeasureValueFilterChanged
Home > @gooddata/sdk-ui-dashboard > IFilterBarProps > onMeasureValueFilterChanged
IFilterBarProps.onMeasureValueFilterChanged property
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.
When the condition of a dashboard measure value filter changes, the filter bar MUST propagate the event using this callback.
Signature:
onMeasureValueFilterChanged?: (filter: IDashboardMeasureValueFilter, conditions: MeasureValueFilterCondition[] | undefined, isWorkingSelectionChange?: boolean) => void;