ElectronTitleOptions
Unofficial
Options for ElectronTray.setTitle.
Import:
import type { ElectronTitleOptions } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronTitleOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| fontType? | 'monospaced' | 'monospacedDigit' | The font family variant to display, can be monospaced or monospacedDigit. monospaced is available in macOS 10.15+ and monospacedDigit is available in macOS 10.11+. When left blank, the title uses the default system font. |