Class: TouchBarSlider

    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.

    • Object
      • label String (optional) - Label text.
      • minValue Integer (optional) - Minimum value.
      • maxValue Integer (optional) - Maximum value.
      • change Function (optional) - Function to call when the slider is changed.
        • newValue Number - The value that the user selected on the Slider.

    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.