Class Event

java.lang.Object
react4j.dom.events.Event

@JsType(isNative=true, namespace="<global>", name="Event") public class Event extends Object
Opaque binding for a browser Event.

Use Js.uncheckedCast(event) to convert this value to the event type supplied by the browser JsInterop library used by the application.

  • Constructor Details

    • Event

      protected Event()