Package react4j.dom.events
Class EventTarget
java.lang.Object
react4j.dom.events.EventTarget
@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 Summary
Constructors -
Method Summary
-
Constructor Details
-
EventTarget
protected EventTarget()
-