package jsoo-react

  1. Overview
  2. Docs
type tag
type t = tag synthetic
val bubbles : 'a synthetic -> bool
val cancelable : 'a synthetic -> bool
val current_target : 'a synthetic -> Ojs.t
val default_prevented : 'a synthetic -> bool
val event_phase : 'a synthetic -> int
val is_trusted : 'a synthetic -> bool
val native_event : 'a synthetic -> Ojs.t
val prevent_default : 'a synthetic -> unit
val is_default_prevented : 'a synthetic -> bool
val stop_propagation : 'a synthetic -> unit
val is_propagation_stopped : 'a synthetic -> bool
val target : 'a synthetic -> Ojs.t
val time_stamp : 'a synthetic -> float
val type_ : 'a synthetic -> string
val persist : 'a synthetic -> unit