Values_0.ParameterSelectableValuesSourceA list of selectable values that are used in a control.
type nonrec t = {values : ParameterSelectableValueList.t option;The values that are used in ParameterSelectableValues.
*)linkToDataSetColumn : ColumnIdentifier.t option;The column identifier that fetches values from the data set.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `Structure of (string * [> `String of DataSetIdentifier.t ]) list ])
list ]