Package elemental2.dom
Interface EventListenerOptions
-
- All Known Subinterfaces:
AddEventListenerOptions
@JsType(isNative=true, namespace="<global>") public interface EventListenerOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static EventListenerOptions
create()
boolean
isCapture()
void
setCapture(boolean capture)
-
-
-
Method Detail
-
create
@JsOverlay static EventListenerOptions create()
-
isCapture
@JsProperty boolean isCapture()
-
setCapture
@JsProperty void setCapture(boolean capture)
-
-