package virtual_dom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Convenience functions for trigger, closely modeling user interactions.

val click_on : ?shift_key_down:bool -> ?ctrl_key_down:bool -> ?alt_key_down:bool -> t -> unit
val submit_form : t -> unit
val focus : t -> unit
val blur : t -> unit
val input_text : t -> text:string -> unit
val keydown : ?shift_key_down:bool -> ?ctrl_key_down:bool -> ?alt_key_down:bool -> t -> key:Js_of_ocaml.Dom_html.Keyboard_code.t -> unit
val set_checkbox : t -> checked:bool -> unit
val change : t -> value:string -> unit
val drag : t -> unit
val enter : t -> unit
val leave : t -> unit
val over : t -> unit
val drop : t -> unit
val end_ : t -> unit
val mousemove : t -> unit