Skip to content

ElectronSelectHidDeviceDetails

Unofficial

Details passed to the select-hid-device session event.

Import:

import type { ElectronSelectHidDeviceDetails } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronSelectHidDeviceDetails

Properties

PropertyTypeDescription
deviceListElectronHIDDevice[]The list of HID devices available for selection.
frameElectronWebFrameMainThe frame that requested a device.