@empathyco/x-components
Version:
Empathy X Components
25 lines (16 loc) • 1.13 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [RecommendationsState](./x-components.recommendationsstate.md)
## RecommendationsState interface
Recommendations store state.
**Signature:**
```typescript
export interface RecommendationsState extends StatusState
```
**Extends:** [StatusState](./x-components.statusstate.md)
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [config](./x-components.recommendationsstate.config.md) | | [RecommendationsConfig](./x-components.recommendationsconfig.md) | Configuration for the <code>Recommendations</code> module. |
| [origin](./x-components.recommendationsstate.origin.md) | | string | Param to be sent on the recommendations request. |
| [params](./x-components.recommendationsstate.params.md) | | Dictionary<unknown> | The extra params property of the state. |
| [recommendations](./x-components.recommendationsstate.recommendations.md) | | Result\[\] | The recommendations of the module. |