TouchBarSliderConstructorOptions

Properties

Link copied to clipboard
abstract var change: (newValue: Double) -> Unit?

Function to call when the slider is changed.

Link copied to clipboard
abstract var label: String?

Label text.

Link copied to clipboard
abstract var maxValue: Double?

Maximum value.

Link copied to clipboard
abstract var minValue: Double?

Minimum value.

Link copied to clipboard
abstract var value: Double?

Selected value.