ShortcutDetails Type
Constructors
| Constructor |
Description
|
Full Usage:
ShortcutDetails(target, ?cwd, ?args, ?description, ?icon, ?iconIndex, ?appUserModelId, ?toastActivatorClsid)
Parameters:
string
-
The target to launch from this shortcut.
?cwd : string
-
The working directory. Default is empty.
?args : string
-
The arguments to be applied to target when launching from this shortcut. Default is empty.
?description : string
-
The description of the shortcut. Default is empty.
?icon : string
-
The path to the icon, can be a DLL or EXE. icon and iconIndex have to be set together.
Default is empty, which uses the target's icon.
?iconIndex : float
-
The resource ID of icon when icon is a DLL or EXE. Default is 0.
?appUserModelId : string
-
The Application User Model ID. Default is empty.
?toastActivatorClsid : string
-
The Application Toast Activator CLSID. Needed for participating in Action Center.
Returns: ShortcutDetails
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.appUserModelId
|
The Application User Model ID. Default is empty. |
Full Usage:
this.args
|
The arguments to be applied to target when launching from this shortcut. Default is empty. |
Full Usage:
this.cwd
|
The working directory. Default is empty. |
Full Usage:
this.description
|
The description of the shortcut. Default is empty. |
Full Usage:
this.icon
|
The path to the icon, can be a DLL or EXE. icon and iconIndex have to be set together. Default is empty, which uses the target's icon. |
Full Usage:
this.iconIndex
|
The resource ID of icon when icon is a DLL or EXE. Default is 0. |
Full Usage:
this.target
|
The target to launch from this shortcut. |
Full Usage:
this.toastActivatorClsid
|
The Application Toast Activator CLSID. Needed for participating in Action Center. |
fable-electron-docs-api