Create a slider in the touch bar for native macOS applications
Process: Main
This class is not exported from the 'electron' module. It is only available as a return value of other methods in the Electron API.
optionsObjectlabelstring (optional) - Label text.valueInteger (optional) - Selected value.minValueInteger (optional) - Minimum value.maxValueInteger (optional) - Maximum value.changeFunction (optional) - Function to call when the slider is changed.newValuenumber - The value that the user selected on the Slider.
The following properties are available on instances of TouchBarSlider:
A string representing the slider's current text. Changing this value immediately updates the slider
in the touch bar.
A number representing the slider's current value. Changing this value immediately updates the slider
in the touch bar.
A number representing the slider's current minimum value. Changing this value immediately updates the
slider in the touch bar.
A number representing the slider's current maximum value. Changing this value immediately updates the
slider in the touch bar.