@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface UIEventInit
extends EventInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UIEventInit.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
detail() |
static UIEventInit.Builder |
of() |
void |
setDetail(int detail) |
void |
setView(@JsNullable Window view) |
void |
setWhich(int which) |
@JsNullable Window |
view() |
int |
which() |
bubbles, cancelable, composed, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static UIEventInit.Builder of()
@JsProperty(name="detail") int detail()
@JsProperty void setDetail(int detail)
@JsProperty(name="view") @JsNullable Window view()
@JsProperty void setView(@JsNullable Window view)
@JsProperty(name="which") int which()
@JsProperty void setWhich(int which)