Class EventTarget

java.lang.Object
react4j.dom.events.EventTarget
Direct Known Subclasses:
Document, Element

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

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

  • Constructor Details