onApply
Home > @gooddata/sdk-ui-filters > IAttributeFilterCoreProps > onApply
IAttributeFilterCoreProps.onApply property
Specify function which will be called when user clicks 'Apply' button.
Signature:
onApply?: OnApplyCallbackType;
Remarks
The function will receive the current specification of the filter, as it was updated by the user.