package ocaml-js-stdlib

  1. Overview
  2. Docs
method alt_key : bool
method bubbles : bool
method button : int
method cancelable : bool
method client_x : int
method client_y : int
method ctrl_key : bool
method current_target : Ojs.t
method detail : int
method event_phase : [ `At_target | `Bubbling_phase | `Capturing_phase ]
method meta_key : bool
method prevent_default : unit
method screen_x : int
method screen_y : int
method shift_key : bool
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
method which : int