Package react4j.dom.events
Class Element
java.lang.Object
react4j.dom.events.EventTarget
react4j.dom.events.Element
@JsType(isNative=true,
namespace="<global>",
name="Element")
public class Element
extends EventTarget
Opaque binding for a browser
Element.
Use Js.uncheckedCast(element) to convert this value to the element type supplied by
the browser JsInterop library used by the application.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Element
protected Element()
-