import"html.idl";
Public Attributes | |
readonly attribute DataTransfer | dataTransfer |
![]() | |
readonly attribute DOMString | region |
readonly attribute long | screenX |
readonly attribute long | screenY |
readonly attribute long | clientX |
readonly attribute long | clientY |
readonly attribute boolean | ctrlKey |
readonly attribute boolean | shiftKey |
readonly attribute boolean | altKey |
readonly attribute boolean | metaKey |
readonly attribute short | button |
readonly attribute EventTarget | relatedTarget |
readonly attribute unsigned short | buttons |
![]() | |
readonly attribute Window | view |
readonly attribute long | detail |
![]() | |
readonly attribute DOMString | type |
readonly attribute EventTarget | target |
readonly attribute EventTarget | currentTarget |
const unsigned short | NONE = 0 |
const unsigned short | CAPTURING_PHASE = 1 |
const unsigned short | AT_TARGET = 2 |
const unsigned short | BUBBLING_PHASE = 3 |
readonly attribute unsigned short | eventPhase |
readonly attribute boolean | bubbles |
readonly attribute boolean | cancelable |
readonly attribute boolean | defaultPrevented |
readonly attribute boolean | isTrusted |
readonly attribute DOMTimeStamp | timeStamp |
Additional Inherited Members | |
![]() | |
boolean | getModifierState (DOMString keyArg) |
void | initMouseEvent (DOMString typeArg, boolean bubblesArg, boolean cancelableArg, Window? viewArg, long detailArg, long screenXArg, long screenYArg, long clientXArg, long clientYArg, boolean ctrlKeyArg, boolean altKeyArg, boolean shiftKeyArg, boolean metaKeyArg, short buttonArg, EventTarget? relatedTargetArg) |
![]() | |
void | initUIEvent (DOMString typeArg, boolean bubblesArg, boolean cancelableArg, Window? viewArg, long detailArg) |
![]() | |
void | stopPropagation () |
void | stopImmediatePropagation () |
void | preventDefault () |
void | initEvent (DOMString type, boolean bubbles, boolean cancelable) |
readonly attribute DataTransfer DragEvent::dataTransfer |