@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 694 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [FacetGroupEntry](./x-components.facetgroupentry.md)
## FacetGroupEntry interface
An object containing a facet id and the group id it belongs to.
**Signature:**
```typescript
export interface FacetGroupEntry
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [facetId](./x-components.facetgroupentry.facetid.md) | | Facet\['id'\] | The facet id. |
| [groupId](./x-components.facetgroupentry.groupid.md) | | [GroupId](./x-components.groupid.md) | The group id. |