@empathyco/x-components
Version:
Empathy X Components
24 lines (15 loc) • 1.15 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [RecommendationsMutations](./x-components.recommendationsmutations.md)
## RecommendationsMutations interface
Recommendations store mutations.
**Signature:**
```typescript
export interface RecommendationsMutations extends StatusMutations, ConfigMutations<RecommendationsState>
```
**Extends:** [StatusMutations](./x-components.statusmutations.md)<!-- -->, [ConfigMutations](./x-components.configmutations.md)<!-- --><[RecommendationsState](./x-components.recommendationsstate.md)<!-- -->>
## Methods
| Method | Description |
| --- | --- |
| [setParams(params)](./x-components.recommendationsmutations.setparams.md) | Sets the extra params of the module. |
| [setRecommendations(recommendations)](./x-components.recommendationsmutations.setrecommendations.md) | Sets the recommendations of the module. |
| [updateRecommendation(recommendation)](./x-components.recommendationsmutations.updaterecommendation.md) | Updates a recommendation with new fields. |