Values_0.ParameterSliderControlSourceA control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
type nonrec t = {parameterControlId : ShortRestrictiveResourceId.t;The ID of the ParameterSliderControl.
*)title : SheetControlTitle.t option;The title of the ParameterSliderControl.
*)sourceParameterName : ParameterName.t;The source parameter name of the ParameterSliderControl.
*)displayOptions : SliderControlDisplayOptions.t option;The display options of a control.
*)maximumValue : Double.t;The larger value that is displayed at the right of the slider.
*)minimumValue : Double.t;The smaller value that is displayed at the left of the slider.
*)stepSize : Double.t;The number of increments that the slider bar is divided into.
*)controlTitleFormatText : ControlTitleFormatText.t option;The title text format configuration for the control.
*)}val make :
?title:??? ->
?displayOptions:??? ->
?controlTitleFormatText:??? ->
parameterControlId:ShortRestrictiveResourceId.t ->
sourceParameterName:ParameterName.t ->
maximumValue:Double.t ->
minimumValue:Double.t ->
stepSize:Double.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Double of Double.t
| `String of ShortRestrictiveResourceId.t
| `Structure of
(string
* [> `String of ControlTitlePlainText.t
| `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `String of HexColor.t
| `Structure of
(string
* [> `Enum of string | `String of PixelLength.t ])
list ])
list ])
list ])
list ])
list ]