UNPKG

@empathyco/x-components

Version:
98 lines (44 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; [PopularSearchesMutations](./x-components.popularsearchesmutations.md) ## PopularSearchesMutations interface Popular searches module mutations. **Signature:** ```typescript export interface PopularSearchesMutations extends StatusMutations, ConfigMutations<PopularSearchesState> ``` **Extends:** [StatusMutations](./x-components.statusmutations.md)<!-- -->, [ConfigMutations](./x-components.configmutations.md)<!-- -->&lt;[PopularSearchesState](./x-components.popularsearchesstate.md)<!-- -->&gt; ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [setParams](./x-components.popularsearchesmutations.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> [setSearchedQueries](./x-components.popularsearchesmutations.setsearchedqueries.md) </td><td> </td><td> (searchedQueries: HistoryQuery\[\]) =&gt; void </td><td> Sets the searched queries of the module. </td></tr> <tr><td> [setSuggestions](./x-components.popularsearchesmutations.setsuggestions.md) </td><td> </td><td> (suggestions: Suggestion\[\]) =&gt; void </td><td> Sets the suggestions of the module. </td></tr> </tbody></table>