@empathyco/x-components
Version:
Empathy X Components
21 lines (12 loc) • 810 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [DeviceXEvents](./x-components.devicexevents.md)
## DeviceXEvents interface
Dictionary of the events of [DeviceXModule](./x-components.devicexmodule.md)<!-- -->, 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 DeviceXEvents
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [DeviceProvided](./x-components.devicexevents.deviceprovided.md) | | string \| null | The device that has been provided. Payload: The name of the device, or <code>null</code> if the detection failed. |