Class: TouchBarSlider
Class: TouchBarSlider
Create a slider in the touch bar for native macOS applications
Процесс: Main
Этот класс не экспортируется из модуля 'electron'
. Он доступен только в качестве возвращаемого значения других методов в Electron API.
new TouchBarSlider(options)
Свойства экземпляра
Для экземпляров 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.