UNPKG

@empathyco/x-components

Version:
23 lines (14 loc) 1.45 kB
<!-- 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) ## IdentifierResultsXEvents interface Dictionary of the events of IdentifierResults XModule, where each key is the event name, and the value is the event payload type or `void` if it has no payload. **Signature:** ```typescript export interface IdentifierResultsXEvents ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [IdentifierResultsChanged](./x-components.identifierresultsxevents.identifierresultschanged.md) | | Result\[\] | Identifier results have been changed. Payload: The new [identifier results](./x-types.result.md)<!-- -->. | | [IdentifierResultsRequestUpdated](./x-components.identifierresultsxevents.identifierresultsrequestupdated.md) | | IdentifierResultsRequest \| null | Any property of the identifier results request has changed. Payload: The new [identifier result request](./x-types.identifierresultsrequest.md) or <code>null</code> if there is not enough data in the state nto conform a valid request. | | [UserClickedAIdentifierResult](./x-components.identifierresultsxevents.userclickedaidentifierresult.md) | | Result | A identifier result has been clicked. Payload: The [result](./x-types.result.md)<!-- -->. |