object
  method _get_bubbles : bool
  method _get_cancelable : bool
  method _get_currentTarget : < .. >
  method _get_detail : int
  method _get_eventPhase : int
  method _get_target : < .. >
  method _get_timeStamp : float
  method _get_type : string
  method _get_view : Dom.abstractView
  method initEvent : string -> bool -> bool -> unit
  method initUIEvent :
    string -> bool -> bool -> Dom.abstractView -> int -> unit
  method preventDefault : unit
  method stopPropagation : unit
end