Values_0.DefaultSliderControlOptionsSourceThe default options that correspond to the Slider filter control type.
type nonrec t = {displayOptions : SliderControlDisplayOptions.t option;The display options of a control.
*)type_ : SheetControlSliderType.t option;The type of the DefaultSliderControlOptions. Choose one of the following options: SINGLE_POINT: Filter against(equals) a single data point. RANGE: Filter data that is in a specified range.
*)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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Structure of
(string
* [> `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 ]