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 ondblclick : ('self Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousedown : ('self Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover : ('self Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove : ('self Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout : ('self Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll : ('self Js.t, event Js.t) event_listener Js.writeonly_prop
method ondragstart : ('self Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend : ('self Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter : ('self Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover : ('self Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave : ('self Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onanimationstart : ('self Js.t, animationEvent Js.t) event_listener Js.writeonly_prop
method onanimationend : ('self Js.t, animationEvent Js.t) event_listener Js.writeonly_prop
method onanimationiteration : ('self Js.t, animationEvent Js.t) event_listener Js.writeonly_prop
method onanimationcancel : ('self Js.t, animationEvent Js.t) event_listener Js.writeonly_prop