Values.FieldConfigSourceDescribes the configuration information for a field in a table.
type nonrec t = {label : String_.t option;The label for the field.
*)position : FieldPosition.t option;Specifies the field position.
*)excluded : Boolean.t option;Specifies whether to hide a field.
*)inputType : FieldInputConfig.t option;Describes the configuration for the default input value to display for a field.
*)validations : ValidationsList.t option;The validations to perform on the value in the field.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `List of
[> `Integer of Integer.t | `String of String_.t ] list
| `String of String_.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Float of Float_.t
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `String of String_.t
| `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 ])
list ])
list ]