ElectronHIDDevice
Unofficial
A HID device available for selection via the Web HID API.
Import:
import type { ElectronHIDDevice } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronHIDDeviceProperties
| Property | Type | Description | |
|---|---|---|---|
| deviceId | string | Unique identifier for the device. | |
| guid? | string | Unique identifier for the HID interface. A device may have multiple HID interfaces. | |
| name | string | Name of the device. | |
| productId | number | The USB product ID. | |
| serialNumber? | string | The USB device serial number. | |
| vendorId | number | The USB vendor ID. |
Links to this page: