Properties in DOM Level 2 Events

name object type description
altKey MouseEvent Boolean (read only) Was the 'alt' key depressed when this event was fired?
attrChange MutationEvent Number (read only)
attrName MutationEvent String (read only)
bubbles Event Boolean (read only)
button MouseEvent Number (read only) Which mouse button was pressed?
cancelable Event Boolean (read only)
clientX MouseEvent Number (read only)
clientY MouseEvent Number (read only)
code EventException Number
ctrlKey MouseEvent Boolean (read only) Was the 'ctrl' key depressed when this event was fired?
currentTarget Event EventTarget (read only) The object to which the event handler was assigned.
detail UIEvent Number (read only)
eventPhase Event Number (read only) When/where did the event take place?
metaKey MouseEvent Boolean (read only) Was the 'shift' key depressed when this event was fired?
newValue MutationEvent String (read only)
prevValue MutationEvent String (read only)
relatedNode MutationEvent Node (read only)
relatedTarget MouseEvent EventTarget (read only) Element the mouse moved out of or over.
screenX MouseEvent Number (read only)
screenY MouseEvent Number (read only)
shiftKey MouseEvent Boolean (read only) Was the 'shift' key depressed when this event was fired?
target Event EventTarget (read only) The object which caught the event.
timeStamp Event Number (read only) Date/time that the event occurred.
type Event String (read only)
view UIEvent AbstractView (read only)