Skip to content

ElectronTouchBarLabel

Unofficial

A label item for a ElectronTouchBar.

Import:

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

Signature:

export class ElectronTouchBarLabel

Properties

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: