Header menu logo fable-electron-docs-api

GetApplicationInfoForProtocol Type

Constructors

Constructor Description

GetApplicationInfoForProtocol(icon, path, name)

Full Usage: GetApplicationInfoForProtocol(icon, path, name)

Parameters:
    icon : NativeImage - the display icon of the app handling the protocol.
    path : string - installation path of the app handling the protocol.
    name : string - display name of the app handling the protocol.

Returns: GetApplicationInfoForProtocol
icon : NativeImage

the display icon of the app handling the protocol.

path : string

installation path of the app handling the protocol.

name : string

display name of the app handling the protocol.

Returns: GetApplicationInfoForProtocol

Instance members

Instance member Description

this.icon

Full Usage: this.icon

the display icon of the app handling the protocol.

this.name

Full Usage: this.name

display name of the app handling the protocol.

this.path

Full Usage: this.path

installation path of the app handling the protocol.

Type something to start searching.