Values.ComponentBindingPropertiesValueSourceRepresents the data binding configuration for a component at runtime. You can use ComponentBindingPropertiesValue to add exposed properties to a component to allow different values to be entered when a component is reused in different places in an app.
type nonrec t = {type_ : String_.t option;The property type.
*)bindingProperties : ComponentBindingPropertiesValueProperties.t option;Describes the properties to customize with data at runtime.
*)defaultValue : String_.t option;The default value of the property.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of (string * Awso.Botodata.value) list ])
list ]