Class 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 Details