Dart
dart:html
KeyEvent
type property
type
Dart
dart:html
KeyEvent
type property
KeyEvent class
Constructors
KeyEvent
wrap
Properties
altKey
charCode
code
ctrlKey
currentTarget
detail
isComposed
isComposing
key
keyCode
location
metaKey
repeat
shiftKey
sourceCapabilities
view
which
bubbles
cancelable
composed
defaultPrevented
eventPhase
hashCode
isTrusted
matchingTarget
path
runtimeType
target
timeStamp
type
wrapped
Methods
getModifierState
composedPath
noSuchMethod
preventDefault
stopImmediatePropagation
stopPropagation
toString
Operators
operator ==
Static properties
canUseDispatchEvent
keyDownEvent
keyPressEvent
keyUpEvent
description
type
property
String
type
inherited
Implementation
String get type => wrapped.type;