Skip to content

ElectronApplicationInfoForProtocolReturnValue

Unofficial

Information about the application handling a given protocol.

Import:

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

Signature:

export interface ElectronApplicationInfoForProtocolReturnValue

Properties

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: