<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [FacetsGetters](./x-components.facetsgetters.md)

## FacetsGetters interface

Facets store getters.

**Signature:**

```typescript
export interface FacetsGetters 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [facets](./x-components.facetsgetters.facets.md) |  | Record&lt;Facet\['id'\], Facet&gt; | List of all facets with their filters. |
|  [selectedFilters](./x-components.facetsgetters.selectedfilters.md) |  | Filter\[\] | List of all selected filters. |
|  [selectedFiltersByFacet](./x-components.facetsgetters.selectedfiltersbyfacet.md) |  | [FiltersByFacet](./x-components.filtersbyfacet.md) | List of all selected filters grouped by their facet. |
|  [selectedFiltersForRequest](./x-components.facetsgetters.selectedfiltersforrequest.md) |  | Filter\[\] | List of all selected filters that conform to the filters for request strategy. |

