Values.FieldInputConfigSourceDescribes the configuration for the default input values to display for a field.
type nonrec t = {type_ : String_.t;The input type for the field.
*)required : Boolean.t option;Specifies a field that requires input.
*)readOnly : Boolean.t option;Specifies a read only field.
*)placeholder : String_.t option;The text to display as a placeholder for the field.
*)defaultValue : String_.t option;The default value for the field.
*)descriptiveText : String_.t option;The text to display to describe the field.
*)defaultChecked : Boolean.t option;Specifies whether a field has a default value.
*)defaultCountryCode : String_.t option;The default country code for a phone number.
*)valueMappings : ValueMappings.t option;The information to use to customize the input fields with data at runtime.
*)name : String_.t option;The name of the field.
*)minValue : Float_.t option;The minimum value to display for the field.
*)maxValue : Float_.t option;The maximum value to display for the field.
*)step : Float_.t option;The stepping increment for a numeric value in a field.
*)value : String_.t option;The value for the field.
*)isArray : Boolean.t option;Specifies whether to render the field as an array. This property is ignored if the dataSourceType for the form is a Data Store.
*)fileUploaderConfig : FileUploaderFieldConfig.t option;The configuration for the file uploader field.
*)}val make :
?required:??? ->
?readOnly:??? ->
?placeholder:??? ->
?defaultValue:??? ->
?descriptiveText:??? ->
?defaultChecked:??? ->
?defaultCountryCode:??? ->
?valueMappings:??? ->
?name:??? ->
?minValue:??? ->
?maxValue:??? ->
?step:??? ->
?value:??? ->
?isArray:??? ->
?fileUploaderConfig:??? ->
type_:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `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 ]