UNPKG

@empathyco/x-components

Version:
67 lines (31 loc) 886 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [DefaultResultsEnrichmentService](./x-components.defaultresultsenrichmentservice.md) &gt; [updateResults](./x-components.defaultresultsenrichmentservice.updateresults.md) ## DefaultResultsEnrichmentService.updateResults() method Updates the results with the enrichment results. Updates via mutation. **Signature:** ```typescript updateResults(_: Result[], __: any[]): void; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> \_ </td><td> Result\[\] </td><td> </td></tr> <tr><td> \_\_ </td><td> any\[\] </td><td> </td></tr> </tbody></table> **Returns:** void