ElectronAppDetailsOptions
Unofficial
Options for the window’s taskbar button (Windows only).
Import:
import type { ElectronAppDetailsOptions } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronAppDetailsOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| appIconIndex? | number | Index of the icon in appIconPath. Ignored when appIconPath is not set. | |
| appIconPath? | string | Window's Relaunch Icon. | |
| appId? | string | Window's App User Model ID. It has to be set, otherwise the other options will have no effect. | |
| relaunchCommand? | string | Window's Relaunch Command. | |
| relaunchDisplayName? | string | Window's Relaunch Display Name. |