Values_0.CascadingControlConfigurationSourceThe 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.
type nonrec t = {sourceControls : CascadingControlSourceList.t option;A list of source controls that determine the values that are used in the current control.
*)}val 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 ]