Module Values_0.CascadingControlConfigurationSource

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.

Sourcetype nonrec t = {
  1. sourceControls : CascadingControlSourceList.t option;
    (*

    A list of source controls that determine the values that are used in the current control.

    *)
}
Sourceval make : ?sourceControls:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of DataSetIdentifier.t ]) 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