@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 751 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [IdentifierResultsXEvents](./x-components.identifierresultsxevents.md) > [IdentifierResultsRequestUpdated](./x-components.identifierresultsxevents.identifierresultsrequestupdated.md)
## IdentifierResultsXEvents.IdentifierResultsRequestUpdated property
Any property of the identifier results request has changed. Payload: The new [identifier result request](./x-types.identifierresultsrequest.md) or `null` if there is not enough data in the state nto conform a valid request.
**Signature:**
```typescript
IdentifierResultsRequestUpdated: IdentifierResultsRequest | null;
```