ShortcutDetails

external interface ShortcutDetails(source)

Properties

Link copied to clipboard
abstract var appUserModelId: String?

The Application User Model ID. Default is empty.

Link copied to clipboard
abstract var args: String?

The arguments to be applied to target when launching from this shortcut. Default is empty.

Link copied to clipboard
abstract var cwd: String?

The working directory. Default is empty.

Link copied to clipboard
abstract var description: String?

The description of the shortcut. Default is empty.

Link copied to clipboard
abstract var 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.

Link copied to clipboard
abstract var iconIndex: Double?

The resource ID of icon when icon is a DLL or EXE. Default is 0.

Link copied to clipboard
abstract var target: String

The target to launch from this shortcut.

Link copied to clipboard

The Application Toast Activator CLSID. Needed for participating in Action Center.