Module Values_0.ParameterSelectableValuesSource

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

Sourcetype nonrec t = {
  1. values : ParameterSelectableValueList.t option;
    (*

    The values that are used in ParameterSelectableValues.

    *)
  2. linkToDataSetColumn : ColumnIdentifier.t option;
    (*

    The column identifier that fetches values from the data set.

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