menu
Dart
dart:html
KeyEvent
which property
which
brightness_4
brightness_5
description
which
property
int
which
override
Calculated value of what the estimated keyCode is for this event.
Implementation
int get which => keyCode;
Dart
dart:html
KeyEvent
which property
KeyEvent class
Constructors
KeyEvent
wrap
Properties
altKey
bubbles
cancelable
charCode
code
composed
ctrlKey
currentTarget
defaultPrevented
detail
eventPhase
hashCode
isComposed
isComposing
isTrusted
key
keyCode
location
matchingTarget
metaKey
path
repeat
runtimeType
shiftKey
sourceCapabilities
target
timeStamp
type
view
which
wrapped
Methods
composedPath
getModifierState
noSuchMethod
preventDefault
stopImmediatePropagation
stopPropagation
toString
Operators
operator ==
Static properties
canUseDispatchEvent
keyDownEvent
keyPressEvent
keyUpEvent