UNPKG

@empathyco/x-components

Version:
24 lines (15 loc) 1.13 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; ## Methods | Method | Description | | --- | --- | | [setParams(params)](./x-components.popularsearchesmutations.setparams.md) | Sets the extra params of the module. | | [setSearchedQueries(searchedQueries)](./x-components.popularsearchesmutations.setsearchedqueries.md) | Sets the searched queries of the module. | | [setSuggestions(suggestions)](./x-components.popularsearchesmutations.setsuggestions.md) | Sets the suggestions of the module. |