package jsoo-react

  1. Overview
  2. Docs
type tag
type t = tag synthetic
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
val bubbles : t -> bool
val cancelable : t -> bool
val current_target : t -> Ojs.t
val default_prevented : t -> bool
val event_phase : t -> int
val is_trusted : t -> bool
val native_event : t -> Ojs.t
val prevent_default : t -> unit
val is_default_prevented : t -> bool
val stop_propagation : t -> unit
val is_propagation_stopped : t -> bool
val target : t -> Ojs.t
val time_stamp : t -> float
val type_ : t -> string
val persist : t -> unit
val alt_key : t -> bool
val changed_touches : t -> Ojs.t
val ctrl_key : t -> bool
val get_modifier_state : t -> string -> bool
val meta_key : t -> bool
val shift_key : t -> bool
val target_touches : t -> Ojs.t
val touches : t -> Ojs.t