| bubbles readonly |
True if the event is of a type that bubbles. |
| cancelable readonly |
True if the default action associated with the event can be canceled with preventDefault(). |
| captures readonly |
True if this event can be captured. |
| currentTarget readonly |
The event target object which is currently handling the event. During capturing and bubbling, this is different from the property target. |
| eventPhase readonly |
The current phase of event propagation; one of none, target, capture, bubble. |
| target readonly |
The event target object for this event. |
| timeStamp readonly |
The date and time at which the event occurred. |
| type readonly |
The name of the event that this object represents. |