Skip to content

ElectronAboutPanelOptionsOptions

Unofficial

Options for the application’s about panel.

Import:

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

Signature:

export interface ElectronAboutPanelOptionsOptions

Properties

PropertyTypeDescription
applicationName?stringThe app's name.
applicationVersion?stringThe app's version.
authors?string[]List of app authors. Linux only.
copyright?stringCopyright information.
credits?stringCredit information. macOS and Windows only.
iconPath?stringPath to the app's icon in a JPEG or PNG file format. Linux and Windows only.
version?stringThe app's build version number. macOS only.
website?stringThe app's website. Linux only.