Module Values.ValueMappingsSource

Represents the data binding configuration for a value map.

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

    The value and display value pairs.

    *)
  2. bindingProperties : FormInputBindingProperties.t option;
    (*

    The information to bind fields to data at runtime.

    *)
}
Sourceval context_ : string
Sourceval make : ?bindingProperties:??? -> values:ValueMappingList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * Awso.Botodata.value) list ] list | `Map of ([> `String of String_.t ] * [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.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