Module Event.Expert
val handle : Js_of_ocaml.Dom_html.#event Js_of_ocaml.Js.t -> t -> unithandle tlooks up theHandler.handlefunction in the table ofDefined functions, unwraps theEvent.tback into its underlyingAction.t, and applies the two. This is only intended for internal use by this library, specifically by the attribute code.
val handle_non_dom_event_exn : t -> unithandle_non_dom_event_exnis the same ashandleexcept that it raises in any case that would have required the#Dom_html.event Js.t. In particular, this can be to feed Actions back to the system that are not triggered by events from the DOM and do not have a corresponding#Dom_html.event Js.t.