<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [UrlActionContext](./x-components.urlactioncontext.md)

## UrlActionContext type

Alias type for actions context of the [UrlXStoreModule](./x-components.urlxstoremodule.md)<!-- -->.

**Signature:**

```typescript
export type UrlActionContext = XActionContext<UrlState, UrlGetters, UrlMutations, UrlActions>;
```
**References:** [XActionContext](./x-components.xactioncontext.md)<!-- -->, [UrlState](./x-components.urlstate.md)<!-- -->, [UrlGetters](./x-components.urlgetters.md)<!-- -->, [UrlMutations](./x-components.urlmutations.md)<!-- -->, [UrlActions](./x-components.urlactions.md)

