@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 528 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [PopularSearchesActions](./x-components.popularsearchesactions.md) > [fetchSuggestions](./x-components.popularsearchesactions.fetchsuggestions.md)
## PopularSearchesActions.fetchSuggestions property
Fetches a new set of suggestions and returns them.
**Signature:**
```typescript
fetchSuggestions: (request: PopularSearchesRequest) => Suggestion[];
```