UNPKG

@empathyco/x-components

Version:
23 lines (14 loc) 1.04 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [EmpathizeXEvents](./x-components.empathizexevents.md) ## EmpathizeXEvents interface Dictionary of the events of Empathize 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 EmpathizeXEvents ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [EmpathizeClosed](./x-components.empathizexevents.empathizeclosed.md) | | void | The empathize closed following its events configuration. Payload: none. | | [EmpathizeOpened](./x-components.empathizexevents.empathizeopened.md) | | void | The empathize opened following its events configuration. Payload: none. | | [UserClosedEmpathize](./x-components.empathizexevents.userclosedempathize.md) | | void | The user closed the empathize. Payload: none. |