Values.FormInputBindingPropertiesValueSourceRepresents the data binding configuration for a form's input fields at runtime.You can use FormInputBindingPropertiesValue to add exposed properties to a form to allow different values to be entered when a form is reused in different places in an app.
type nonrec t = {type_ : String_.t option;The property type.
*)bindingProperties : FormInputBindingPropertiesValueProperties.t option;Describes the properties to customize with data at runtime.
*)}