@empathyco/x-components
Version:
Empathy X Components
98 lines (44 loc) • 1.57 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)<!-- -->>
## 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<unknown>) => 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\[\]) => 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\[\]) => void
</td><td>
Sets the suggestions of the module.
</td></tr>
</tbody></table>