Skip to content

ElectronTouchBarLabelConstructorOptions

Unofficial

Options for creating a ElectronTouchBarLabel.

Import:

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

Signature:

export interface ElectronTouchBarLabelConstructorOptions

Properties

PropertyTypeDescription
accessibilityLabel?stringA short description of the label for use by screen readers like VoiceOver.
label?stringText to display.
textColor?stringHex color of text, i.e #ABCDEF.