Skip to content

ElectronTitleBarOverlay

Unofficial

Configuration for the Window Controls Overlay when creating a window.

Import:

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

Signature:

export interface ElectronTitleBarOverlay

Properties

Property Type Description
color? string The CSS color of the Window Controls Overlay when enabled (Windows only). Default is the system color.
height? number The height of the title bar and Window Controls Overlay in pixels (macOS and Windows). Default is the system height.
symbolColor? string The CSS color of the symbols on the Window Controls Overlay when enabled (Windows only). Default is the system color.

Links to this page: