@empathyco/x-components
Version:
Empathy X Components
97 lines (43 loc) • 1.33 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[EmpathizeClosed](./x-components.empathizexevents.empathizeclosed.md)
</td><td>
</td><td>
void
</td><td>
The empathize closed following its events configuration. Payload: none.
</td></tr>
<tr><td>
[EmpathizeOpened](./x-components.empathizexevents.empathizeopened.md)
</td><td>
</td><td>
void
</td><td>
The empathize opened following its events configuration. Payload: none.
</td></tr>
<tr><td>
[UserClosedEmpathize](./x-components.empathizexevents.userclosedempathize.md)
</td><td>
</td><td>
void
</td><td>
The user closed the empathize. Payload: none.
</td></tr>
</tbody></table>