TemplateParameterSliderControl

data class TemplateParameterSliderControl(val displayOptions: TemplateSliderControlDisplayOptions? = null, val maximumValue: Double, val minimumValue: Double, val parameterControlId: String, val sourceParameterName: String, val stepSize: Double, val title: String)

Constructors

Link copied to clipboard
constructor(displayOptions: TemplateSliderControlDisplayOptions? = null, maximumValue: Double, minimumValue: Double, parameterControlId: String, sourceParameterName: String, stepSize: Double, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The display options of a control.

Link copied to clipboard

The larger value that is displayed at the right of the slider.

Link copied to clipboard

The smaller value that is displayed at the left of the slider.

Link copied to clipboard

The ID of the ParameterSliderControl .

Link copied to clipboard

The source parameter name of the ParameterSliderControl .

Link copied to clipboard

The number of increments that the slider bar is divided into.

Link copied to clipboard

The title of the ParameterSliderControl .