UNPKG

@empathyco/x-components

Version:
16 lines (9 loc) 759 B
<!-- 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)