Skip to content

ElectronAboutPanelOptionsOptions

Unofficial

Options for the application’s about panel.

Import:

import type { ElectronAboutPanelOptionsOptions } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronAboutPanelOptionsOptions

Properties

Property Type Description
applicationName? string The app's name.
applicationVersion? string The app's version.
authors? string[] List of app authors. Linux only.
copyright? string Copyright information.
credits? string Credit information. macOS and Windows only.
iconPath? string Path to the app's icon in a JPEG or PNG file format. Linux and Windows only.
version? string The app's build version number. macOS only.
website? string The app's website. Linux only.