UNPKG

@empathyco/x-components

Version:
14 lines (8 loc) 751 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [IdentifierResultsXEvents](./x-components.identifierresultsxevents.md) &gt; [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; ```