ElectronApplicationInfoForProtocolReturnValue
Unofficial
Information about the application handling a given protocol.
Import:
import type { ElectronApplicationInfoForProtocolReturnValue } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronApplicationInfoForProtocolReturnValueProperties
| Property | Type | Description | |
|---|---|---|---|
| icon | ElectronNativeImage | The display icon of the app handling the protocol. | |
| name | string | Display name of the app handling the protocol. | |
| path | string | Installation path of the app handling the protocol. |
Links to this page: