UNPKG

@empathyco/x-components

Version:
59 lines (27 loc) 956 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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>