object
  method _get_altKey : bool
  method _get_bubbles : bool
  method _get_cancelable : bool
  method _get_ctrlKey : bool
  method _get_currentTarget : < .. >
  method _get_eventPhase : int
  method _get_inputGenerated : bool
  method _get_keyCode : int
  method _get_keyVal : int
  method _get_metaKey : bool
  method _get_numPad : bool
  method _get_outputString : string
  method _get_shiftKey : bool
  method _get_target : < .. >
  method _get_timeStamp : float
  method _get_type : string
  method _get_virtKeyVal : int
  method checkModifier : int -> bool
  method initEvent : string -> bool -> bool -> unit
  method initKeyEvent :
    string ->
    bool ->
    bool ->
    Dom.abstractView -> int -> string -> int -> int -> bool -> bool -> unit
  method initModifier : int -> bool -> unit
  method preventDefault : unit
  method stopPropagation : unit
end