@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface EventListenerOptions
| Modifier and Type | Method and Description |
|---|---|
boolean |
capture() |
default EventListenerOptions |
capture(boolean capture) |
static EventListenerOptions |
create() |
void |
setCapture(boolean capture) |
@JsOverlay @Nonnull static EventListenerOptions create()
@JsProperty(name="capture") boolean capture()
@JsProperty void setCapture(boolean capture)
@JsOverlay @Nonnull default EventListenerOptions capture(boolean capture)