UNPKG

@empathyco/x-components

Version:
26 lines (17 loc) 1.26 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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 | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [AiOverviewMounted](./x-components.aixevents.aioverviewmounted.md) | | void | | | [AiSuggestionsRequestUpdated](./x-components.aixevents.aisuggestionsrequestupdated.md) | | AiSuggestionsRequest \| null | | | [AiSuggestionsSearchChanged](./x-components.aixevents.aisuggestionssearchchanged.md) | | AiSuggestionSearch\[\] | | | [AiSuggestionsSearchRequestUpdated](./x-components.aixevents.aisuggestionssearchrequestupdated.md) | | AiSuggestionsSearchRequest \| null | | | [UserClickedAiOverviewExpandButton](./x-components.aixevents.userclickedaioverviewexpandbutton.md) | | boolean | | | [UserClickedAnAiOverviewResult](./x-components.aixevents.userclickedanaioverviewresult.md) | | Result | |