@empathyco/x-components
Version:
Empathy X Components
67 lines (31 loc) • 886 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [DefaultResultsEnrichmentService](./x-components.defaultresultsenrichmentservice.md) > [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