Skip to content

ElectronTouchBarLabelConstructorOptions

Unofficial

Options for creating a ElectronTouchBarLabel.

Import:

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

Signature:

export interface ElectronTouchBarLabelConstructorOptions

Properties

Property Type Description
accessibilityLabel? string A short description of the label for use by screen readers like VoiceOver.
label? string Text to display.
textColor? string Hex color of text, i.e #ABCDEF.