Header menu logo fable-electron-docs-api

Options Type

Constructors

Constructor Description

Options(?appId, ?appIconPath, ?appIconIndex, ?relaunchCommand, ?relaunchDisplayName)

Full Usage: Options(?appId, ?appIconPath, ?appIconIndex, ?relaunchCommand, ?relaunchDisplayName)

Parameters:
    ?appId : string - Window's App User Model ID. It has to be set, otherwise the other options will have no effect.
    ?appIconPath : string - Window's Relaunch Icon.
    ?appIconIndex : int - Index of the icon in appIconPath. Ignored when appIconPath is not set. Default is 0.
    ?relaunchCommand : string - Window's Relaunch Command.
    ?relaunchDisplayName : string - Window's Relaunch Display Name.

Returns: Options
?appId : string

Window's App User Model ID. It has to be set, otherwise the other options will have no effect.

?appIconPath : string

Window's Relaunch Icon.

?appIconIndex : int

Index of the icon in appIconPath. Ignored when appIconPath is not set. Default is 0.

?relaunchCommand : string

Window's Relaunch Command.

?relaunchDisplayName : string

Window's Relaunch Display Name.

Returns: Options

Instance members

Instance member Description

this.appIconIndex

Full Usage: this.appIconIndex

Index of the icon in appIconPath. Ignored when appIconPath is not set. Default is 0.

this.appIconPath

Full Usage: this.appIconPath

Window's Relaunch Icon.

this.appId

Full Usage: this.appId

Window's App User Model ID. It has to be set, otherwise the other options will have no effect.

this.relaunchCommand

Full Usage: this.relaunchCommand

Window's Relaunch Command.

this.relaunchDisplayName

Full Usage: this.relaunchDisplayName

Window's Relaunch Display Name.

Type something to start searching.