public interface EventInit
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBubbles() |
boolean |
isCancelable() |
boolean |
isComposed() |
void |
setBubbles(boolean bubbles) |
void |
setCancelable(boolean cancelable) |
void |
setComposed(boolean composed) |