Class type Goog.Events.event
class type event = object..end
Inherits
method disposeInternal : unit Js.meth
method stopPropagation : unit Js.meth
Stops event propagation.
method preventDefault : unit Js.meth
Prevents the default action, for example a link redirecting to a url.
