Classe : TouchBarLabel
Classe : TouchBarLabel
Créer un label dans la touch bar pour les applications native macOS
Processus : Principal
Cette classe n'est pas exportée depuis le module 'electron'
. Il n'est disponible qu'en tant que valeur de retour des autres méthodes dans l'API Electron.
new TouchBarLabel(options)
- Objet
options
label
string (facultatif) - Texte à afficher.accessibilityLabel
string (optional) - A short description of the button for use by screenreaders like VoiceOver.textColor
string (facultatif) - Couleur hexadécimal du texte, c.-à-d.#ABCDEF
.
When defining accessibilityLabel
, ensure you have considered macOS best practices.
Propriétés d'instance
Les propriétés suivantes sont disponibles pour les instances de TouchBarLabel
:
touchBarLabel.label
A string
representing the label's current text. Changing this value immediately updates the label in the touch bar.
touchBarLabel.accessibilityLabel
A string
representing the description of the label to be read by a screen reader.
touchBarLabel.textColor
A string
hex code representing the label's current text color. Changing this value immediately updates the label in the touch bar.