ElectronTouchBarLabel
Unofficial
A label item for a ElectronTouchBar.
Import:
import type { ElectronTouchBarLabel } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export class ElectronTouchBarLabelProperties
| Property | Type | Description | |
|---|---|---|---|
| accessibilityLabel | string | Description of the label to be read by a screen reader. | |
| label | string | The label's current text. | |
| textColor | string | Hex code representing the label's current text color. |
Links to this page: