ElectronTouchBarLabelConstructorOptions
Unofficial
Options for creating a ElectronTouchBarLabel.
Import:
import type { ElectronTouchBarLabelConstructorOptions } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronTouchBarLabelConstructorOptionsProperties
| 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. |