@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 718 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) > [setFacetGroup](./x-components.facetsmutations.setfacetgroup.md)
## FacetsMutations.setFacetGroup() method
Sets the group id of the facet.
**Signature:**
```typescript
setFacetGroup(facetGroupEntry: FacetGroupEntry): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| facetGroupEntry | [FacetGroupEntry](./x-components.facetgroupentry.md) | An object containing the new groupId and the facetId of the facet to update. |
**Returns:**
void