UNPKG

@empathyco/x-components

Version:
67 lines (31 loc) 999 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [fetchAndSaveResultsEnrichment](./x-components.fetchandsaveresultsenrichment.md) ## fetchAndSaveResultsEnrichment() function Default implementation for [SearchActions.fetchAndSaveResultsEnrichment](./x-components.searchactions.fetchandsaveresultsenrichment.md) action. **Signature:** ```typescript fetchAndSaveResultsEnrichment: (context: SearchActionContext, request: Result[]) => void | Promise<void> ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> context </td><td> [SearchActionContext](./x-components.searchactioncontext.md) </td><td> </td></tr> <tr><td> request </td><td> Result\[\] </td><td> </td></tr> </tbody></table> **Returns:** void \| Promise&lt;void&gt;