@empathyco/x-components
Version:
Empathy X Components
17 lines (11 loc) • 655 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [FacetsService](./x-components.facetsservice.md) > [clearFiltersWithMetadata](./x-components.facetsservice.clearfilterswithmetadata.md)
## FacetsService.clearFiltersWithMetadata property
Deselects the selected filters. This is intended to be used from the wiring where currently we can only provide one argument.
**Signature:**
```typescript
clearFiltersWithMetadata: (payload?: {
facetIds?: Array<Facet['id']>;
metadata?: FiltersMetadata;
}) => void;
```