@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 662 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [QuerySuggestionsMutations](./x-components.querysuggestionsmutations.md) > [setSuggestions](./x-components.querysuggestionsmutations.setsuggestions.md)
## QuerySuggestionsMutations.setSuggestions() method
Sets the suggestions of the module.
**Signature:**
```typescript
setSuggestions(suggestions: Suggestion[]): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| suggestions | Suggestion\[\] | The suggestions list. |
**Returns:**
void