@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 570 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [RecommendationsActions](./x-components.recommendationsactions.md) > [fetchRecommendations](./x-components.recommendationsactions.fetchrecommendations.md)
## RecommendationsActions.fetchRecommendations property
Requests and returns a list of recommendations based on the module state.
**Signature:**
```typescript
fetchRecommendations: (request: RecommendationsRequest | null) => Result[];
```