Class: TouchBarSlider
Class: TouchBarSlider
Create a slider in the touch bar for native macOS applications
Prozess: Haupt
Diese Klasse wird nicht aus dem 'electron'
-Modul exportiert. Es ist nur als Rückgabewert anderer Methoden in der Electron-API verfügbar.
new TouchBarSlider(options)
Instanz Eigenschaften
The following properties are available on instances of TouchBarSlider
:
touchBarSlider.label
A string
representing the slider's current text. Changing this value immediately updates the slider in the touch bar.
touchBarSlider.value
A number
representing the slider's current value. Changing this value immediately updates the slider in the touch bar.
touchBarSlider.minValue
A number
representing the slider's current minimum value. Changing this value immediately updates the slider in the touch bar.
touchBarSlider.maxValue
A number
representing the slider's current maximum value. Changing this value immediately updates the slider in the touch bar.