@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 659 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) > [removeFilters](./x-components.facetsmutations.removefilters.md)
## FacetsMutations.removeFilters() method
Removes a list of filters from the [filters](./x-components.facetsstate.filters.md) record.
**Signature:**
```typescript
removeFilters(filters: Filter[]): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| filters | Filter\[\] | The filters to remove. |
**Returns:**
void