EventModifierInit extension type

on
Implemented types
Implementers

Constructors

EventModifierInit({bool ctrlKey, bool shiftKey, bool altKey, bool metaKey, bool modifierAltGraph, bool modifierCapsLock, bool modifierFn, bool modifierFnLock, bool modifierHyper, bool modifierNumLock, bool modifierScrollLock, bool modifierSuper, bool modifierSymbol, bool modifierSymbolLock})
factory

Properties

altKey bool
getter/setter pair
bubbles bool
getter/setter pairinherited
cancelable bool
getter/setter pairinherited
composed bool
getter/setter pairinherited
ctrlKey bool
getter/setter pair
detail int
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
metaKey bool
getter/setter pair
modifierAltGraph bool
getter/setter pair
modifierCapsLock bool
getter/setter pair
modifierFn bool
getter/setter pair
modifierFnLock bool
getter/setter pair
modifierHyper bool
getter/setter pair
modifierNumLock bool
getter/setter pair
modifierScrollLock bool
getter/setter pair
modifierSuper bool
getter/setter pair
modifierSymbol bool
getter/setter pair
modifierSymbolLock bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shiftKey bool
getter/setter pair
view Window?
getter/setter pairinherited
which int
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited