@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 558 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) > [updateFacets](./x-components.facetsservice.updatefacets.md)
## FacetsService.updateFacets property
Replaces the facets of the group with the new ones. It ignores the provided filters selected state, replacing it with the previous selected filter.
**Signature:**
```typescript
updateFacets: (facetsGroup: FacetsGroup) => void;
```