@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface SyncEventInit
extends ExtendableEventInit
| Modifier and Type | Method and Description |
|---|---|
default SyncEventInit |
bubbles(boolean bubbles) |
default SyncEventInit |
cancelable(boolean cancelable) |
default SyncEventInit |
composed(boolean composed) |
static SyncEventInit |
create(java.lang.String tag) |
boolean |
lastChance() |
default SyncEventInit |
lastChance(boolean lastChance) |
void |
setLastChance(boolean lastChance) |
void |
setTag(java.lang.String tag) |
java.lang.String |
tag() |
default SyncEventInit |
tag(java.lang.String tag) |
createbubbles, cancelable, composed, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static SyncEventInit create(@Nonnull java.lang.String tag)
@JsProperty(name="lastChance") boolean lastChance()
@JsProperty void setLastChance(boolean lastChance)
@JsOverlay @Nonnull default SyncEventInit lastChance(boolean lastChance)
@JsProperty(name="tag") @Nonnull java.lang.String tag()
@JsProperty
void setTag(@Nonnull
java.lang.String tag)
@JsOverlay @Nonnull default SyncEventInit tag(@Nonnull java.lang.String tag)
@JsOverlay @Nonnull default SyncEventInit bubbles(boolean bubbles)
bubbles in interface EventInitbubbles in interface ExtendableEventInit@JsOverlay @Nonnull default SyncEventInit cancelable(boolean cancelable)
cancelable in interface EventInitcancelable in interface ExtendableEventInit@JsOverlay @Nonnull default SyncEventInit composed(boolean composed)
composed in interface EventInitcomposed in interface ExtendableEventInit