@empathyco/x-components
Version:
Empathy X Components
59 lines (27 loc) • 862 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [RecommendationsConfig](./x-components.recommendationsconfig.md)
## RecommendationsConfig interface
Configuration options for the [RecommendationsXModule](./x-components.recommendationsxmodule.md)<!-- -->.
**Signature:**
```typescript
export interface RecommendationsConfig
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[maxItemsToRequest](./x-components.recommendationsconfig.maxitemstorequest.md)
</td><td>
</td><td>
number
</td><td>
Number of result recommendations that will be requested.
</td></tr>
</tbody></table>