UNPKG

@empathyco/x-components

Version:
155 lines (68 loc) 2.31 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; ## 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> () =&gt; void </td><td> Resets the result's dictionary. </td></tr> <tr><td> [setNextQueries](./x-components.nextqueriesmutations.setnextqueries.md) </td><td> </td><td> (nextQueries: NextQuery\[\]) =&gt; 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&lt;unknown&gt;) =&gt; 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\[\]) =&gt; 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&lt;PreviewResults&gt;) =&gt; 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\[\]) =&gt; void </td><td> Sets the searched queries of the module. </td></tr> </tbody></table>