TouchBarScrubber

external class TouchBarScrubber(source)

Constructors

Link copied to clipboard

TouchBarScrubber

Properties

Link copied to clipboard

A boolean representing whether this scrubber is continuous or not. Updating this value immediately updates the control in the touch bar.

Link copied to clipboard

A ScrubberItem[] array representing the items in this scrubber. Updating this value immediately updates the control in the touch bar. Updating deep properties inside this array does not update the touch bar.

Link copied to clipboard

A string representing the mode of this scrubber. Updating this value immediately updates the control in the touch bar. Possible values:

Link copied to clipboard

A string representing the style that selected items in the scrubber should have. This style is overlayed on top of the scrubber item instead of being placed behind it. Updating this value immediately updates the control in the touch bar. Possible values:

Link copied to clipboard

A string representing the style that selected items in the scrubber should have. Updating this value immediately updates the control in the touch bar. Possible values:

Link copied to clipboard

A boolean representing whether to show the left / right selection arrows in this scrubber. Updating this value immediately updates the control in the touch bar.