package ocaml-js-stdlib

  1. Overview
  2. Docs
method alt_key : bool
method bubbles : bool
method cancelable : bool
method char_code : int
method ctrl_key : bool
method current_target : Ojs.t
method event_phase : [ `At_target | `Bubbling_phase | `Capturing_phase ]
method key : string
method key_code : int
method location : [ `Left | `Numpad | `Right | `Standard ]
method meta_key : bool
method prevent_default : unit
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