Module Values_0.DefaultSliderControlOptionsSource

The default options that correspond to the Slider filter control type.

Sourcetype nonrec t = {
  1. displayOptions : SliderControlDisplayOptions.t option;
    (*

    The display options of a control.

    *)
  2. 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.

    *)
  3. maximumValue : Double.t;
    (*

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

    *)
  4. minimumValue : Double.t;
    (*

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

    *)
  5. stepSize : Double.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : ?displayOptions:??? -> ?type_:??? -> maximumValue:Double.t -> minimumValue:Double.t -> stepSize:Double.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t