onChange
Home > @gooddata/sdk-ui-filters > IMeasureValueFilterCommonProps > onChange
IMeasureValueFilterCommonProps.onChange 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.
Optional change callback used in IMeasureValueFilterCommonProps.withoutApply mode.
When withoutApply is true, every meaningful state change (operator switch, value commit, dimensionality update, treat-null-values toggle) is propagated through this callback instead of waiting for the user to click the Apply button.
Signature:
onChange?: (filter: IMeasureValueFilter | null) => void;