@empathyco/x-components
Version:
Empathy X Components
97 lines (43 loc) • 1.73 kB
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)
## 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[IdentifierResultsChanged](./x-components.identifierresultsxevents.identifierresultschanged.md)
</td><td>
</td><td>
Result\[\]
</td><td>
Identifier results have been changed. Payload: The new [identifier results](./x-types.result.md)<!-- -->.
</td></tr>
<tr><td>
[IdentifierResultsRequestUpdated](./x-components.identifierresultsxevents.identifierresultsrequestupdated.md)
</td><td>
</td><td>
IdentifierResultsRequest \| null
</td><td>
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.
</td></tr>
<tr><td>
[UserClickedAIdentifierResult](./x-components.identifierresultsxevents.userclickedaidentifierresult.md)
</td><td>
</td><td>
Result
</td><td>
A identifier result has been clicked. Payload: The [result](./x-types.result.md)<!-- -->.
</td></tr>
</tbody></table>