Properties
AT_TARGET
AT_TARGET: number
BUBBLING_PHASE
BUBBLING_PHASE: number
CAPTURING_PHASE
CAPTURING_PHASE: number
DOM_KEY_LOCATION_JOYSTICK
DOM_KEY_LOCATION_JOYSTICK: number
DOM_KEY_LOCATION_LEFT
DOM_KEY_LOCATION_LEFT: number
DOM_KEY_LOCATION_MOBILE
DOM_KEY_LOCATION_MOBILE: number
DOM_KEY_LOCATION_NUMPAD
DOM_KEY_LOCATION_NUMPAD: number
DOM_KEY_LOCATION_RIGHT
DOM_KEY_LOCATION_RIGHT: number
DOM_KEY_LOCATION_STANDARD
DOM_KEY_LOCATION_STANDARD: number
KeyboardEvent
KeyboardEvent: object
Type declaration
-
constructor: function
- new __type(typeArg: string, eventInitDict?: KeyboardEventInit): __type
-
Parameters
-
typeArg: string
-
Optional eventInitDict: KeyboardEventInit
-
DOM_KEY_LOCATION_JOYSTICK: number
-
DOM_KEY_LOCATION_LEFT: number
-
DOM_KEY_LOCATION_MOBILE: number
-
DOM_KEY_LOCATION_NUMPAD: number
-
DOM_KEY_LOCATION_RIGHT: number
-
DOM_KEY_LOCATION_STANDARD: number
-
prototype: KeyboardEvent
MouseEvent
MouseEvent: object
Type declaration
-
constructor: function
- new __type(typeArg: string, eventInitDict?: MouseEventInit): __type
-
Parameters
-
typeArg: string
-
Optional eventInitDict: MouseEventInit
-
prototype: MouseEvent
altKey
altKey: boolean
cancelBubble
cancelBubble: boolean
cancelable
cancelable: boolean
charCode
charCode: number
ctrlKey
ctrlKey: boolean
currentTarget
currentTarget: EventTarget
defaultPrevented
defaultPrevented: boolean
eventPhase
eventPhase: number
fromElement
fromElement: Element
isTrusted
isTrusted: boolean
location
location: number
metaKey
metaKey: boolean
movementX
movementX: number
movementY
movementY: number
relatedTarget
relatedTarget: EventTarget
returnValue
returnValue: boolean
shiftKey
shiftKey: boolean
srcElement
srcElement: Element | null
target
target: EventTarget
timeStamp
timeStamp: number
toElement
toElement: Element
which
which: number
Interface for any and all d3 events.