@empathyco/x-components
Version:
Empathy X Components
142 lines (61 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) > [AiXEvents](./x-components.aixevents.md)
## AiXEvents interface
Dictionary of the events of AI 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 AiXEvents
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[AiOverviewMounted](./x-components.aixevents.aioverviewmounted.md)
</td><td>
</td><td>
void
</td><td>
</td></tr>
<tr><td>
[AiSuggestionsRequestUpdated](./x-components.aixevents.aisuggestionsrequestupdated.md)
</td><td>
</td><td>
AiSuggestionsRequest \| null
</td><td>
</td></tr>
<tr><td>
[AiSuggestionsSearchChanged](./x-components.aixevents.aisuggestionssearchchanged.md)
</td><td>
</td><td>
AiSuggestionSearch\[\]
</td><td>
</td></tr>
<tr><td>
[AiSuggestionsSearchRequestUpdated](./x-components.aixevents.aisuggestionssearchrequestupdated.md)
</td><td>
</td><td>
AiSuggestionsSearchRequest \| null
</td><td>
</td></tr>
<tr><td>
[UserClickedAiOverviewExpandButton](./x-components.aixevents.userclickedaioverviewexpandbutton.md)
</td><td>
</td><td>
boolean
</td><td>
</td></tr>
<tr><td>
[UserClickedAnAiOverviewResult](./x-components.aixevents.userclickedanaioverviewresult.md)
</td><td>
</td><td>
Result
</td><td>
</td></tr>
</tbody></table>