UNPKG

@empathyco/x-components

Version:
16 lines (9 loc) 813 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SearchActionContext](./x-components.searchactioncontext.md) ## SearchActionContext type Alias type for actions context of the [SearchXStoreModule](./x-components.searchxstoremodule.md)<!-- -->. **Signature:** ```typescript export type SearchActionContext = XActionContext<SearchState, SearchGetters, SearchMutations, SearchActions>; ``` **References:** [XActionContext](./x-components.xactioncontext.md)<!-- -->, [SearchState](./x-components.searchstate.md)<!-- -->, [SearchGetters](./x-components.searchgetters.md)<!-- -->, [SearchMutations](./x-components.searchmutations.md)<!-- -->, [SearchActions](./x-components.searchactions.md)