package ocaml-js-stdlib

  1. Overview
  2. Docs
method animation_name : string
method bubbles : bool
method cancelable : bool
method current_target : Ojs.t
method elapsed_time : float
method event_phase : [ `At_target | `Bubbling_phase | `Capturing_phase ]
method prevent_default : unit
method stop_immediate_propagation : unit
method stop_propagation : unit
method target : Ojs.t
method time_stamp : float
method to_js : Ojs.t
method type_ : string