UNPKG

@empathyco/x-components

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