PropsKeyboardEvent extension
Properties
- altKey → bool
-
Available on KeyboardEvent, provided by the PropsKeyboardEvent extension
no setter - charCode → int
-
Available on KeyboardEvent, provided by the PropsKeyboardEvent extension
no setter - code → String
-
Available on KeyboardEvent, provided by the PropsKeyboardEvent extension
no setter - ctrlKey → bool
-
Available on KeyboardEvent, provided by the PropsKeyboardEvent extension
no setter - isComposing → bool
-
Available on KeyboardEvent, provided by the PropsKeyboardEvent extension
no setter - key → String
-
Available on KeyboardEvent, provided by the PropsKeyboardEvent extension
no setter - keyCode → int
-
Available on KeyboardEvent, provided by the PropsKeyboardEvent extension
no setter - location → int
-
Available on KeyboardEvent, provided by the PropsKeyboardEvent extension
no setter - metaKey → bool
-
Available on KeyboardEvent, provided by the PropsKeyboardEvent extension
no setter - repeat → bool
-
Available on KeyboardEvent, provided by the PropsKeyboardEvent extension
no setter - shiftKey → bool
-
Available on KeyboardEvent, provided by the PropsKeyboardEvent extension
no setter
Methods
-
getModifierState(
String keyArg) → bool -
Available on KeyboardEvent, provided by the PropsKeyboardEvent extension
-
initKeyboardEvent(
String typeArg, [bool? bubblesArg = false, bool? cancelableArg = false, Window? viewArg, String? keyArg = '', int? locationArg = 0, bool? ctrlKey = false, bool? altKey = false, bool? shiftKey = false, bool? metaKey = false]) → void -
Available on KeyboardEvent, provided by the PropsKeyboardEvent extension