@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="UIEventInit")
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(Window view) |
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") @Nullable Window view()
@JsProperty
void setView(@Nullable
Window view)