Skip to content

ElectronAppDetailsOptions

Unofficial

Options for the window’s taskbar button (Windows only).

Import:

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

Signature:

export interface ElectronAppDetailsOptions

Properties

PropertyTypeDescription
appIconIndex?numberIndex of the icon in appIconPath. Ignored when appIconPath is not set.
appIconPath?stringWindow's Relaunch Icon.
appId?stringWindow's App User Model ID. It has to be set, otherwise the other options will have no effect.
relaunchCommand?stringWindow's Relaunch Command.
relaunchDisplayName?stringWindow's Relaunch Display Name.