@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 676 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [RelatedPromptsXEvents](./x-components.relatedpromptsxevents.md) > [RelatedPromptsRequestUpdated](./x-components.relatedpromptsxevents.relatedpromptsrequestupdated.md)
## RelatedPromptsXEvents.RelatedPromptsRequestUpdated property
Any property of the related-prompts request has changed Payload: The new related-prompts request or `null` if there is not enough data in the state to conform a valid request.
**Signature:**
```typescript
RelatedPromptsRequestUpdated: RelatedPromptsRequest | null;
```