public interface ExtendableEventInit
Modifier and Type | Method and Description |
---|---|
static ExtendableEventInit |
create() |
boolean |
isBubbles() |
boolean |
isCancelable() |
void |
setBubbles(boolean bubbles) |
void |
setCancelable(boolean cancelable) |
static ExtendableEventInit create()
boolean isBubbles()
boolean isCancelable()
void setBubbles(boolean bubbles)
void setCancelable(boolean cancelable)