@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 500 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) > [DeviceProvided](./x-components.devicexevents.deviceprovided.md)
## DeviceXEvents.DeviceProvided property
The device that has been provided. Payload: The name of the device, or `null` if the detection failed.
**Signature:**
```typescript
DeviceProvided: string | null;
```