ElectronDevicePermissionHandlerHandlerDetails
Unofficial
Details passed to a device permission handler.
Import:
import type { ElectronDevicePermissionHandlerHandlerDetails } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronDevicePermissionHandlerHandlerDetailsProperties
| Property | Type | Description | |
|---|---|---|---|
| device | ElectronHIDDevice | ElectronSerialPort | The device that permission is being requested for. | |
| deviceType | 'hid' | 'serial' | The type of device that permission is being requested on. | |
| frame | ElectronWebFrameMain | The frame checking the device permission. | |
| origin | string | The origin URL of the device permission check. |