@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 773 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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)