UNPKG

@empathyco/x-components

Version:
67 lines (31 loc) 1.06 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [fetchAndSaveRelatedPrompts](./x-components.fetchandsaverelatedprompts.md) ## fetchAndSaveRelatedPrompts() function Default implementation for [RelatedPromptsActions.fetchAndSaveRelatedPrompts](./x-components.relatedpromptsactions.fetchandsaverelatedprompts.md) action. **Signature:** ```typescript fetchAndSaveRelatedPrompts: (context: RelatedPromptsActionContext, request: RelatedPromptsRequest | null) => void | Promise<void> ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> context </td><td> [RelatedPromptsActionContext](./x-components.relatedpromptsactioncontext.md) </td><td> </td></tr> <tr><td> request </td><td> RelatedPromptsRequest \| null </td><td> </td></tr> </tbody></table> **Returns:** void \| Promise&lt;void&gt;