Values.ComponentEventSourceDescribes the configuration of an event. You can bind an event and a corresponding action to a Component or a ComponentChild. A button click is an example of an event.
type nonrec t = {action : String_.t option;The action to perform when a specific event is raised.
*)parameters : ActionParameters.t option;Describes information about the action.
*)bindingEvent : String_.t option;Binds an event to an action on a component. When you specify a bindingEvent, the event is called when the action is performed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of (string * Awso.Botodata.value) list ])
list ]