UNPKG

@empathyco/x-components

Version:
27 lines (18 loc) 1.57 kB
<!-- 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; ## Methods | Method | Description | | --- | --- | | [resetResultsPreview()](./x-components.nextqueriesmutations.resetresultspreview.md) | Resets the result's dictionary. | | [setNextQueries(nextQueries)](./x-components.nextqueriesmutations.setnextqueries.md) | Sets the next queries of the module. | | [setParams(params)](./x-components.nextqueriesmutations.setparams.md) | Sets the extra params of the module. | | [setRelatedTags(relatedTags)](./x-components.nextqueriesmutations.setrelatedtags.md) | Sets the related tags of the module. | | [setResultsPreview(resultsPreview)](./x-components.nextqueriesmutations.setresultspreview.md) | Adds a new entry to the result's dictionary. | | [setSearchedQueries(searchedQueries)](./x-components.nextqueriesmutations.setsearchedqueries.md) | Sets the searched queries of the module. |