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