Skip to content

ElectronTouchBarPopoverConstructorOptions

Unofficial

Options for creating a ElectronTouchBarPopover.

Import:

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

Signature:

export interface ElectronTouchBarPopoverConstructorOptions

Properties

PropertyTypeDescription
icon?ElectronNativeImagePopover button icon.
itemsElectronTouchBarItems to display in the popover.
label?stringPopover button text.
showCloseButton?booleanWhether to display a close button on the left of the popover.