ElectronShortcutDetails
Unofficial
Details of a shortcut link used by readShortcutLink and writeShortcutLink.
Import:
import type { ElectronShortcutDetails } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronShortcutDetailsProperties
| Property | Type | Description | |
|---|---|---|---|
| appUserModelId? | string | The Application User Model ID. | |
| args? | string | The arguments to be applied to target when launching from this shortcut. | |
| cwd? | string | The working directory. | |
| description? | string | The description of the shortcut. | |
| icon? | string | The path to the icon, can be a DLL or EXE. icon and iconIndex have to be set together. An empty value uses the target's icon. | |
| iconIndex? | number | The resource ID of icon when icon is a DLL or EXE. | |
| target | string | The target to launch from this shortcut. | |
| toastActivatorClsid? | string | The Application Toast Activator CLSID. Needed for participating in Action Center. |
Links to this page: