onSelect
Home > @gooddata/sdk-ui-filters > IAttributeFilterCoreProps > onSelect
IAttributeFilterCoreProps.onSelect 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.
Signature:
onSelect?: OnSelectCallbackType;
Remarks
The function will receive the current specification of the filter, as it was updated by the user.