@empathyco/x-components
Version:
Empathy X Components
155 lines (68 loc) • 2.31 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[resetResultsPreview](./x-components.nextqueriesmutations.resetresultspreview.md)
</td><td>
</td><td>
() => void
</td><td>
Resets the result's dictionary.
</td></tr>
<tr><td>
[setNextQueries](./x-components.nextqueriesmutations.setnextqueries.md)
</td><td>
</td><td>
(nextQueries: NextQuery\[\]) => void
</td><td>
Sets the next queries of the module.
</td></tr>
<tr><td>
[setParams](./x-components.nextqueriesmutations.setparams.md)
</td><td>
</td><td>
(params: Dictionary<unknown>) => void
</td><td>
Sets the extra params of the module.
</td></tr>
<tr><td>
[setRelatedTags](./x-components.nextqueriesmutations.setrelatedtags.md)
</td><td>
</td><td>
(relatedTags: RelatedTag\[\]) => void
</td><td>
Sets the related tags of the module.
</td></tr>
<tr><td>
[setResultsPreview](./x-components.nextqueriesmutations.setresultspreview.md)
</td><td>
</td><td>
(resultsPreview: Dictionary<PreviewResults>) => void
</td><td>
Adds a new entry to the result's dictionary.
</td></tr>
<tr><td>
[setSearchedQueries](./x-components.nextqueriesmutations.setsearchedqueries.md)
</td><td>
</td><td>
(searchedQueries: HistoryQuery\[\]) => void
</td><td>
Sets the searched queries of the module.
</td></tr>
</tbody></table>