UNPKG

@empathyco/x-components

Version:
16 lines (9 loc) 741 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [AiActionContext](./x-components.aiactioncontext.md) ## AiActionContext type Alias type for actions context of the [AiXStoreModule](./x-components.aixstoremodule.md)<!-- -->. **Signature:** ```typescript export type AiActionContext = XActionContext<AiState, AiGetters, AiMutations, AiActions>; ``` **References:** [XActionContext](./x-components.xactioncontext.md)<!-- -->, [AiState](./x-components.aistate.md)<!-- -->, [AiGetters](./x-components.aigetters.md)<!-- -->, [AiMutations](./x-components.aimutations.md)<!-- -->, [AiActions](./x-components.aiactions.md)