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