public static class EventTarget extends Object
This type is returned from methods such as
NativeEvent.getEventTarget()
, and must usually be cast to another
type using methods such as Element.is(JavaScriptObject)
and
Element.as(JavaScriptObject)
.
This class intentionally does not specify the methods from the DOM IDL (dispatchEvent, addEventListener, and removeEventListener).
Copyright © 2018. All rights reserved.