@empathyco/x-components
Version:
Empathy X Components
27 lines (18 loc) • 1.82 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [NextQueriesMutations](./x-components.nextqueriesmutations.md)
## NextQueriesMutations interface
Next queries module mutations.
**Signature:**
```typescript
export interface NextQueriesMutations extends StatusMutations, QueryMutations, ConfigMutations<NextQueriesState>
```
**Extends:** [StatusMutations](./x-components.statusmutations.md)<!-- -->, [QueryMutations](./x-components.querymutations.md)<!-- -->, [ConfigMutations](./x-components.configmutations.md)<!-- --><[NextQueriesState](./x-components.nextqueriesstate.md)<!-- -->>
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [resetResultsPreview](./x-components.nextqueriesmutations.resetresultspreview.md) | | () => void | Resets the result's dictionary. |
| [setNextQueries](./x-components.nextqueriesmutations.setnextqueries.md) | | (nextQueries: NextQuery\[\]) => void | Sets the next queries of the module. |
| [setParams](./x-components.nextqueriesmutations.setparams.md) | | (params: Dictionary<unknown>) => void | Sets the extra params of the module. |
| [setRelatedTags](./x-components.nextqueriesmutations.setrelatedtags.md) | | (relatedTags: RelatedTag\[\]) => void | Sets the related tags of the module. |
| [setResultsPreview](./x-components.nextqueriesmutations.setresultspreview.md) | | (resultsPreview: Dictionary<PreviewResults>) => void | Adds a new entry to the result's dictionary. |
| [setSearchedQueries](./x-components.nextqueriesmutations.setsearchedqueries.md) | | (searchedQueries: HistoryQuery\[\]) => void | Sets the searched queries of the module. |