Options Type
Constructors
| Constructor |
Description
|
Full Usage:
Options(?appId, ?appIconPath, ?appIconIndex, ?relaunchCommand, ?relaunchDisplayName)
Parameters:
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
|
Full Usage:
this.appIconIndex
|
Index of the icon in appIconPath. Ignored when appIconPath is not set. Default is 0. |
Full Usage:
this.appIconPath
|
Window's Relaunch Icon. |
Full Usage:
this.appId
|
Window's App User Model ID. It has to be set, otherwise the other options will have no effect. |
Full Usage:
this.relaunchCommand
|
Window's Relaunch Command. |
Full Usage:
this.relaunchDisplayName
|
Window's Relaunch Display Name. |
fable-electron-docs-api