onChange
Home > @gooddata/sdk-ui-filters > IAttributeFilterCoreProps > onChange
IAttributeFilterCoreProps.onChange property
Specify function which will be called when user changes filter working selection. This is the selection that is staged for application. Not applied yet. Covers all filter modes: elements, arbitrary, match.
Signature:
onChange?: OnChangeCallbackType;
Remarks
The function will receive the current specification of the filter, as it was updated by the user.