Global Index
HTML5 JS API Index > DOM Tutorials & Specs

EventInit

Extended by CustomEventInit, AutocompleteErrorEventInit, RelatedEventInit, PopStateEventInit, HashChangeEventInit, PageTransitionEventInit, ErrorEventInit, MessageEventInit, CloseEventInit, TrackEventInit, StorageEventInit, IDBVersionChangeEventInit, WebGLContextEventInit

This type represents a collection of object properties and does not have an explicit JavaScript representation.

Properties
boolean
bubbles = false
The bubbles and cancelable attributes must return the values they were initialized to.
boolean
cancelable = false
The bubbles and cancelable attributes must return the values they were initialized to.
Referenced by
EventEvent(...)