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