@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 581 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SearchActions](./x-components.searchactions.md) > [fetchAndSavePartialResultsEnrichment](./x-components.searchactions.fetchandsavepartialresultsenrichment.md)
## SearchActions.fetchAndSavePartialResultsEnrichment property
Requests and stores the enrichment results for the partial results.
**Signature:**
```typescript
fetchAndSavePartialResultsEnrichment: (partialResults: PartialResult[]) => void;
```