ElectronHidDeviceRemovedDetails
Unofficial
Details passed to the hid-device-removed session event.
Import:
import type { ElectronHidDeviceRemovedDetails } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronHidDeviceRemovedDetailsProperties
| Property | Type | Description | |
|---|---|---|---|
| device | ElectronHIDDevice[] | The HID devices that were removed. | |
| frame | ElectronWebFrameMain | The frame associated with the removed device. |