<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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>

