Module Values_0.ParameterDropDownControlSource

A control to display a dropdown list with buttons that are used to select a single value.

Sourcetype nonrec t = {
  1. parameterControlId : ShortRestrictiveResourceId.t;
    (*

    The ID of the ParameterDropDownControl.

    *)
  2. title : SheetControlTitle.t option;
    (*

    The title of the ParameterDropDownControl.

    *)
  3. sourceParameterName : ParameterName.t;
    (*

    The source parameter name of the ParameterDropDownControl.

    *)
  4. displayOptions : DropDownControlDisplayOptions.t option;
    (*

    The display options of a control.

    *)
  5. type_ : SheetControlListType.t option;
    (*

    The type parameter name of the ParameterDropDownControl.

    *)
  6. selectableValues : ParameterSelectableValues.t option;
    (*

    A list of selectable values that are used in a control.

    *)
  7. cascadingControlConfiguration : CascadingControlConfiguration.t option;
    (*

    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

    *)
  8. commitMode : CommitMode.t option;
    (*

    The visibility configuration of the Apply button on a ParameterDropDownControl.

    *)
  9. controlSortConfigurations : ControlSortConfigurationList.t option;
    (*

    The sort configuration for the values displayed in the control. Only one sort configuration can be applied per control.

    *)
  10. controlTitleFormatText : ControlTitleFormatText.t option;
    (*

    The title text format configuration for the control.

    *)
}
Sourceval context_ : string
Sourceval make : ?title:??? -> ?displayOptions:??? -> ?type_:??? -> ?selectableValues:??? -> ?cascadingControlConfiguration:??? -> ?commitMode:??? -> ?controlSortConfigurations:??? -> ?controlTitleFormatText:??? -> parameterControlId:ShortRestrictiveResourceId.t -> sourceParameterName:ParameterName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Double of PercentileValue.t ]) list ]) list ]) list ]) list ]) list ] list | `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `List of [> `String of String_.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of DataSetIdentifier.t ]) list ]) list ] list | `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 ]
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