@empathyco/x-components
Version:
Empathy X Components
19 lines (10 loc) • 703 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [FacetsXEvents](./x-components.facetsxevents.md) > [UserClickedANumberRangeFilter](./x-components.facetsxevents.userclickedanumberrangefilter.md)
## FacetsXEvents.UserClickedANumberRangeFilter property
The user has clicked a filter which is of number range type. Payload: The clicked filter.
**Signature:**
```typescript
UserClickedANumberRangeFilter: NumberRangeFilter;
```
## Remarks
This event does not imply changing the selection state of the filter. Business logic can prevent the filter from changing its state.