Skip to content

ElectronHidDeviceRemovedDetails

Unofficial

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

Import:

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

Signature:

export interface ElectronHidDeviceRemovedDetails

Properties

PropertyTypeDescription
deviceElectronHIDDevice[]The HID devices that were removed.
frameElectronWebFrameMainThe frame associated with the removed device.