<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [ExperienceControlsActionContext](./x-components.experiencecontrolsactioncontext.md)

## ExperienceControlsActionContext type

Alias type for actions context of the [ExperienceControlsXStoreModule](./x-components.experiencecontrolsxstoremodule.md)<!-- -->.

**Signature:**

```typescript
export type ExperienceControlsActionContext = XActionContext<ExperienceControlsState, ExperienceControlsGetters, ExperienceControlsMutations, ExperienceControlsActions>;
```
**References:** [XActionContext](./x-components.xactioncontext.md)<!-- -->, [ExperienceControlsState](./x-components.experiencecontrolsstate.md)<!-- -->, [ExperienceControlsGetters](./x-components.experiencecontrolsgetters.md)<!-- -->, [ExperienceControlsMutations](./x-components.experiencecontrolsmutations.md)<!-- -->, [ExperienceControlsActions](./x-components.experiencecontrolsactions.md)

