@empathyco/x-components
Version:
Empathy X Components
59 lines (27 loc) • 956 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[DeviceProvided](./x-components.devicexevents.deviceprovided.md)
</td><td>
</td><td>
string \| null
</td><td>
The device that has been provided. Payload: The name of the device, or `null` if the detection failed.
</td></tr>
</tbody></table>