@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 975 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [RecommendationsActionContext](./x-components.recommendationsactioncontext.md)
## RecommendationsActionContext type
Alias type for actions context of the [RecommendationsXStoreModule](./x-components.recommendationsxstoremodule.md)<!-- -->.
**Signature:**
```typescript
export type RecommendationsActionContext = XActionContext<RecommendationsState, RecommendationsGetters, RecommendationsMutations, RecommendationsActions>;
```
**References:** [XActionContext](./x-components.xactioncontext.md)<!-- -->, [RecommendationsState](./x-components.recommendationsstate.md)<!-- -->, [RecommendationsGetters](./x-components.recommendationsgetters.md)<!-- -->, [RecommendationsMutations](./x-components.recommendationsmutations.md)<!-- -->, [RecommendationsActions](./x-components.recommendationsactions.md)