Skip to content

ElectronTitleBarOverlayOptions

Unofficial

Options for ElectronBrowserWindow.setTitleBarOverlay.

Import:

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

Signature:

export interface ElectronTitleBarOverlayOptions

Properties

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