UNPKG

@empathyco/x-components

Version:
24 lines (15 loc) 1.15 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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)<!-- -->&lt;[RecommendationsState](./x-components.recommendationsstate.md)<!-- -->&gt; ## 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. |