Details Type
Constructors
| Constructor |
Description
|
Full Usage:
Details(deviceType, origin, device)
Parameters:
DeviceType
-
The type of device that permission is being requested on, can be hid, serial, or usb.
origin : string
-
The origin URL of the device permission check.
device : U3<HIDDevice, SerialPort, USBDevice>
-
the device that permission is being requested for.
Returns: Details
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.device
|
the device that permission is being requested for. |
Full Usage:
this.deviceType
|
The type of device that permission is being requested on, can be hid, serial, or usb. |
Full Usage:
this.origin
|
The origin URL of the device permission check. |
fable-electron-docs-api