<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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)<!-- -->&lt;[NextQueriesState](./x-components.nextqueriesstate.md)<!-- -->&gt;

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [resetResultsPreview](./x-components.nextqueriesmutations.resetresultspreview.md) |  | () =&gt; void | Resets the result's dictionary. |
|  [setNextQueries](./x-components.nextqueriesmutations.setnextqueries.md) |  | (nextQueries: NextQuery\[\]) =&gt; void | Sets the next queries of the module. |
|  [setParams](./x-components.nextqueriesmutations.setparams.md) |  | (params: Dictionary&lt;unknown&gt;) =&gt; void | Sets the extra params of the module. |
|  [setRelatedTags](./x-components.nextqueriesmutations.setrelatedtags.md) |  | (relatedTags: RelatedTag\[\]) =&gt; void | Sets the related tags of the module. |
|  [setResultsPreview](./x-components.nextqueriesmutations.setresultspreview.md) |  | (resultsPreview: Dictionary&lt;PreviewResults&gt;) =&gt; void | Adds a new entry to the result's dictionary. |
|  [setSearchedQueries](./x-components.nextqueriesmutations.setsearchedqueries.md) |  | (searchedQueries: HistoryQuery\[\]) =&gt; void | Sets the searched queries of the module. |

