@empathyco/x-components
Version:
Empathy X Components
24 lines (15 loc) • 1.13 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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)<!-- --><[PopularSearchesState](./x-components.popularsearchesstate.md)<!-- -->>
## 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. |