Skip to content

ElectronShortcutDetails

Unofficial

Details of a shortcut link used by readShortcutLink and writeShortcutLink.

Import:

import type { ElectronShortcutDetails } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ElectronShortcutDetails

Properties

PropertyTypeDescription
appUserModelId?stringThe Application User Model ID.
args?stringThe arguments to be applied to target when launching from this shortcut.
cwd?stringThe working directory.
description?stringThe description of the shortcut.
icon?stringThe 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?numberThe resource ID of icon when icon is a DLL or EXE.
targetstringThe target to launch from this shortcut.
toastActivatorClsid?stringThe Application Toast Activator CLSID. Needed for participating in Action Center.

Links to this page: