@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 |
|---|---|
static UIEventInit.Builder |
create() |
int |
detail() |
void |
setDetail(int detail) |
void |
setView(@JsNullable Window view) |
@JsNullable Window |
view() |
bubbles, cancelable, composed, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static UIEventInit.Builder create()
@JsProperty(name="detail") int detail()
@JsProperty void setDetail(int detail)
@JsProperty(name="view") @JsNullable Window view()
@JsProperty void setView(@JsNullable Window view)