Process:
This class is not exported from the 'electron'
module. It is only available as a return value of other methods in the Electron API.
- Object
value
Integer (optional) - Selected value.minValue
Integer (optional) - Minimum value.maxValue
Integer (optional) - Maximum value.
Instance Properties
touchBarSlider.label
A string
representing the slider’s current text. Changing this value immediately updates the slider
in the touch bar.
touchBarSlider.value
touchBarSlider.minValue
A number
representing the slider’s current minimum value. Changing this value immediately updates the
slider in the touch bar.