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