<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [QuerySuggestionsMutations](./x-components.querysuggestionsmutations.md)

## QuerySuggestionsMutations interface

QuerySuggestions store mutations.

**Signature:**

```typescript
export interface QuerySuggestionsMutations extends StatusMutations, QueryMutations, ConfigMutations<QuerySuggestionsState> 
```
**Extends:** [StatusMutations](./x-components.statusmutations.md)<!-- -->, [QueryMutations](./x-components.querymutations.md)<!-- -->, [ConfigMutations](./x-components.configmutations.md)<!-- -->&lt;[QuerySuggestionsState](./x-components.querysuggestionsstate.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.querysuggestionsmutations.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.querysuggestionsmutations.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.querysuggestionsmutations.setsuggestions.md)


</td><td>


</td><td>

(suggestions: Suggestion\[\]) =&gt; void


</td><td>

Sets the suggestions of the module.


</td></tr>
</tbody></table>

