<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [FacetsActionsContext](./x-components.facetsactionscontext.md)

## FacetsActionsContext type

The type of the context object for the facets module actions.

**Signature:**

```typescript
export type FacetsActionsContext = XActionContext<FacetsState, FacetsGetters, FacetsMutations, FacetsActions>;
```
**References:** [XActionContext](./x-components.xactioncontext.md)<!-- -->, [FacetsState](./x-components.facetsstate.md)<!-- -->, [FacetsGetters](./x-components.facetsgetters.md)<!-- -->, [FacetsMutations](./x-components.facetsmutations.md)<!-- -->, [FacetsActions](./x-components.facetsactions.md)

