@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 639 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [FacetsMutations](./x-components.facetsmutations.md) > [removeFilter](./x-components.facetsmutations.removefilter.md)
## FacetsMutations.removeFilter() method
Removes the filter from the [filters](./x-components.facetsstate.filters.md) record.
**Signature:**
```typescript
removeFilter(filter: Filter): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| filter | Filter | The filter to remove. |
**Returns:**
void