<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [FacetsXEvents](./x-components.facetsxevents.md) &gt; [UserClickedAHierarchicalFilter](./x-components.facetsxevents.userclickedahierarchicalfilter.md)

## FacetsXEvents.UserClickedAHierarchicalFilter property

The user has clicked a filter which is of hierarchical type. Payload: The clicked filter.

**Signature:**

```typescript
UserClickedAHierarchicalFilter: HierarchicalFilter;
```

## Remarks

This event does not imply changing the selection state of the filter. Business logic can prevent the filter from changing its state.

