package js_of_ocaml

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

Common properties of event target objects: onclick, onkeypress, ...

method onclick : ('self Js_of_ocaml__.Js.t, mouseEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method ondblclick : ('self Js_of_ocaml__.Js.t, mouseEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method onmousedown : ('self Js_of_ocaml__.Js.t, mouseEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method onmouseup : ('self Js_of_ocaml__.Js.t, mouseEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method onmouseover : ('self Js_of_ocaml__.Js.t, mouseEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method onmousemove : ('self Js_of_ocaml__.Js.t, mouseEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method onmouseout : ('self Js_of_ocaml__.Js.t, mouseEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method onkeypress : ('self Js_of_ocaml__.Js.t, keyboardEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method onkeydown : ('self Js_of_ocaml__.Js.t, keyboardEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method onkeyup : ('self Js_of_ocaml__.Js.t, keyboardEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method onscroll : ('self Js_of_ocaml__.Js.t, event Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method ondragstart : ('self Js_of_ocaml__.Js.t, dragEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method ondragend : ('self Js_of_ocaml__.Js.t, dragEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method ondragenter : ('self Js_of_ocaml__.Js.t, dragEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method ondragover : ('self Js_of_ocaml__.Js.t, dragEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method ondragleave : ('self Js_of_ocaml__.Js.t, dragEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method ondrag : ('self Js_of_ocaml__.Js.t, dragEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method ondrop : ('self Js_of_ocaml__.Js.t, dragEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method onanimationstart : ('self Js_of_ocaml__.Js.t, animationEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method onanimationend : ('self Js_of_ocaml__.Js.t, animationEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method onanimationiteration : ('self Js_of_ocaml__.Js.t, animationEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop
method onanimationcancel : ('self Js_of_ocaml__.Js.t, animationEvent Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.writeonly_prop