@empathyco/x-components
Version:
Empathy X Components
78 lines (35 loc) • 918 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[facetId](./x-components.facetgroupentry.facetid.md)
</td><td>
</td><td>
Facet\['id'\]
</td><td>
The facet id.
</td></tr>
<tr><td>
[groupId](./x-components.facetgroupentry.groupid.md)
</td><td>
</td><td>
[GroupId](./x-components.groupid.md)
</td><td>
The group id.
</td></tr>
</tbody></table>