Skip to content

ElectronHidDeviceRemovedDetails

Unofficial

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

Import:

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

Signature:

export interface ElectronHidDeviceRemovedDetails

Properties

Property Type Description
device ElectronHIDDevice[] The HID devices that were removed.
frame ElectronWebFrameMain The frame associated with the removed device.