The current event is in the target phase, i.e.
The current event is in the target phase, i.e. it is being evaluated at the event target (2)
The current event phase is the bubbling phase (3)
The current event phase is the bubbling phase (3)
The current event phase is the capture phase (1)
The current event phase is the capture phase (1)
Returns whether the "ALT" key was pressed when the mouse event was triggered
Returns whether or not a specific event is a bubbling event
Returns whether or not a specific event is a bubbling event
Returns which mouse button was pressed when the mouse event was triggered 2
Returns which mouse buttons were pressed when the mouse event was triggered
Returns whether or not an event can have its default action prevented
Returns whether or not an event can have its default action prevented
Returns the horizontal coordinate of the mouse pointer, relative to the current window, when the mouse event was triggered
Returns the vertical coordinate of the mouse pointer, relative to the current window, when the mouse event was triggered
Returns whether the "CTRL" key was pressed when the mouse event was triggered
Returns the element whose event listeners triggered the event
Returns the element whose event listeners triggered the event
Returns whether or not the preventDefault() method was called for the event
Returns whether or not the preventDefault() method was called for the event
Returns a number that indicates how many times the mouse was clicked
Returns which phase of the event flow is currently being evaluated
Returns which phase of the event flow is currently being evaluated
Returns whether or not an event is trusted
Returns whether or not an event is trusted
Returns whether the "META" key was pressed when an event was triggered
Returns the horizontal coordinate of the mouse pointer, relative to the document, when the mouse event was triggered
Returns the vertical coordinate of the mouse pointer, relative to the document, when the mouse event was triggered
Cancels the event if it is cancelable, meaning that the default action that belongs to the event will not occur
Cancels the event if it is cancelable, meaning that the default action that belongs to the event will not occur
Returns the element related to the element that triggered the mouse event
Returns the horizontal coordinate of the mouse pointer, relative to the screen, when an event was triggered
Returns the vertical coordinate of the mouse pointer, relative to the screen, when an event was triggered
Returns whether the "SHIFT" key was pressed when an event was triggered
Prevents other listeners of the same event from being called
Prevents other listeners of the same event from being called
Prevents further propagation of an event during event flow
Prevents further propagation of an event during event flow
Returns the element that triggered the event
Returns the element that triggered the event
Returns the time (in milliseconds relative to the epoch) at which the event was created
Returns the time (in milliseconds relative to the epoch) at which the event was created
Returns the name of the event
Returns the name of the event
Returns a reference to the Window object where the event occurred TODO is this really a reference to Window?
Returns a reference to the Window object where the event occurred TODO is this really a reference to Window?
Returns which mouse button was pressed when the mouse event was triggered
Mouse Event Object