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