Skip to content

ElectronTitleBarOverlayOptions

Unofficial

Options for ElectronBrowserWindow.setTitleBarOverlay.

Import:

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

Signature:

export interface ElectronTitleBarOverlayOptions

Properties

PropertyTypeDescription
color?stringThe CSS color of the Window Controls Overlay when enabled (Windows only).
height?numberThe height of the title bar and Window Controls Overlay in pixels (Windows only).
symbolColor?stringThe CSS color of the symbols on the Window Controls Overlay when enabled (Windows only).