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