UNPKG

@empathyco/x-components

Version:
24 lines (15 loc) 1.28 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 | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [setParams](./x-components.popularsearchesmutations.setparams.md) | | (params: Dictionary&lt;unknown&gt;) =&gt; void | Sets the extra params of the module. | | [setSearchedQueries](./x-components.popularsearchesmutations.setsearchedqueries.md) | | (searchedQueries: HistoryQuery\[\]) =&gt; void | Sets the searched queries of the module. | | [setSuggestions](./x-components.popularsearchesmutations.setsuggestions.md) | | (suggestions: Suggestion\[\]) =&gt; void | Sets the suggestions of the module. |