module Impl (T : sig ... end) : sig ... endinclude sig ... end
val cancelable : t -> boolval defaultPrevented : t -> boolval eventPhase : t -> Webapi__Dom__Types.EventPhase.tval timeStamp : t -> floatval isTrusted : t -> boolval preventDefault : unit -> tval stopPropagation : unit -> tinclude sig ... end
val region : t -> string optionval getModifierState : Webapi__Dom__Types.modifierKey -> t -> boolval makeWithOptions : string -> < .. > Js.t -> t