ElectronTask
Unofficial
A task in the Tasks category of a Windows Jump List.
Import:
import type { ElectronTask } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronTaskProperties
| Property | Type | Description | |
|---|---|---|---|
| arguments | string | The command line arguments when program is executed. | |
| description | string | Description of this task. | |
| iconIndex | number | The icon index in the icon file. If an icon file consists of one icon, this value is 0. | |
| iconPath | string | The absolute path to an icon to be displayed in a Jump List. | |
| program | string | Path of the program to execute, usually process.execPath. | |
| title | string | The string to be displayed in a Jump List. | |
| workingDirectory? | string | The working directory. |