HTMLElementEventMap<T$> enum

Inheritance

Constructors

HTMLElementEventMap(String value)
const

Values

fullscreenchange → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'fullscreenchange')
fullscreenerror → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'fullscreenerror')
abort → const HTMLElementEventMap<UIEvent>
const HTMLElementEventMap<_i3.UIEvent>(r'abort')
animationcancel → const HTMLElementEventMap<AnimationEvent>
const HTMLElementEventMap<_i3.AnimationEvent>(r'animationcancel')
animationend → const HTMLElementEventMap<AnimationEvent>
const HTMLElementEventMap<_i3.AnimationEvent>(r'animationend')
animationiteration → const HTMLElementEventMap<AnimationEvent>
const HTMLElementEventMap<_i3.AnimationEvent>(r'animationiteration')
animationstart → const HTMLElementEventMap<AnimationEvent>
const HTMLElementEventMap<_i3.AnimationEvent>(r'animationstart')
auxclick → const HTMLElementEventMap<MouseEvent>
const HTMLElementEventMap<_i3.MouseEvent>(r'auxclick')
beforeinput → const HTMLElementEventMap<InputEvent>
const HTMLElementEventMap<_i3.InputEvent>(r'beforeinput')
blur → const HTMLElementEventMap<FocusEvent>
const HTMLElementEventMap<_i3.FocusEvent>(r'blur')
cancel → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'cancel')
canplay → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'canplay')
canplaythrough → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'canplaythrough')
change → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'change')
click → const HTMLElementEventMap<MouseEvent>
const HTMLElementEventMap<_i3.MouseEvent>(r'click')
close → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'close')
compositionend → const HTMLElementEventMap<CompositionEvent>
const HTMLElementEventMap<_i3.CompositionEvent>(r'compositionend')
compositionstart → const HTMLElementEventMap<CompositionEvent>
const HTMLElementEventMap<_i3.CompositionEvent>(r'compositionstart')
compositionupdate → const HTMLElementEventMap<CompositionEvent>
const HTMLElementEventMap<_i3.CompositionEvent>(r'compositionupdate')
contextmenu → const HTMLElementEventMap<MouseEvent>
const HTMLElementEventMap<_i3.MouseEvent>(r'contextmenu')
copy → const HTMLElementEventMap<ClipboardEvent>
const HTMLElementEventMap<_i3.ClipboardEvent>(r'copy')
cuechange → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'cuechange')
cut → const HTMLElementEventMap<ClipboardEvent>
const HTMLElementEventMap<_i3.ClipboardEvent>(r'cut')
dblclick → const HTMLElementEventMap<MouseEvent>
const HTMLElementEventMap<_i3.MouseEvent>(r'dblclick')
drag → const HTMLElementEventMap<DragEvent>
const HTMLElementEventMap<_i3.DragEvent>(r'drag')
dragend → const HTMLElementEventMap<DragEvent>
const HTMLElementEventMap<_i3.DragEvent>(r'dragend')
dragenter → const HTMLElementEventMap<DragEvent>
const HTMLElementEventMap<_i3.DragEvent>(r'dragenter')
dragleave → const HTMLElementEventMap<DragEvent>
const HTMLElementEventMap<_i3.DragEvent>(r'dragleave')
dragover → const HTMLElementEventMap<DragEvent>
const HTMLElementEventMap<_i3.DragEvent>(r'dragover')
dragstart → const HTMLElementEventMap<DragEvent>
const HTMLElementEventMap<_i3.DragEvent>(r'dragstart')
drop → const HTMLElementEventMap<DragEvent>
const HTMLElementEventMap<_i3.DragEvent>(r'drop')
durationchange → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'durationchange')
emptied → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'emptied')
ended → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'ended')
error → const HTMLElementEventMap<ErrorEvent>
const HTMLElementEventMap<_i3.ErrorEvent>(r'error')
focus → const HTMLElementEventMap<FocusEvent>
const HTMLElementEventMap<_i3.FocusEvent>(r'focus')
focusin → const HTMLElementEventMap<FocusEvent>
const HTMLElementEventMap<_i3.FocusEvent>(r'focusin')
focusout → const HTMLElementEventMap<FocusEvent>
const HTMLElementEventMap<_i3.FocusEvent>(r'focusout')
formdata → const HTMLElementEventMap<FormDataEvent>
const HTMLElementEventMap<_i3.FormDataEvent>(r'formdata')
gotpointercapture → const HTMLElementEventMap<PointerEvent>
const HTMLElementEventMap<_i3.PointerEvent>(r'gotpointercapture')
input → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'input')
invalid → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'invalid')
keydown → const HTMLElementEventMap<KeyboardEvent>
const HTMLElementEventMap<_i3.KeyboardEvent>(r'keydown')
keypress → const HTMLElementEventMap<KeyboardEvent>
const HTMLElementEventMap<_i3.KeyboardEvent>(r'keypress')
keyup → const HTMLElementEventMap<KeyboardEvent>
const HTMLElementEventMap<_i3.KeyboardEvent>(r'keyup')
load → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'load')
loadeddata → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'loadeddata')
loadedmetadata → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'loadedmetadata')
loadstart → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'loadstart')
lostpointercapture → const HTMLElementEventMap<PointerEvent>
const HTMLElementEventMap<_i3.PointerEvent>(r'lostpointercapture')
mousedown → const HTMLElementEventMap<MouseEvent>
const HTMLElementEventMap<_i3.MouseEvent>(r'mousedown')
mouseenter → const HTMLElementEventMap<MouseEvent>
const HTMLElementEventMap<_i3.MouseEvent>(r'mouseenter')
mouseleave → const HTMLElementEventMap<MouseEvent>
const HTMLElementEventMap<_i3.MouseEvent>(r'mouseleave')
mousemove → const HTMLElementEventMap<MouseEvent>
const HTMLElementEventMap<_i3.MouseEvent>(r'mousemove')
mouseout → const HTMLElementEventMap<MouseEvent>
const HTMLElementEventMap<_i3.MouseEvent>(r'mouseout')
mouseover → const HTMLElementEventMap<MouseEvent>
const HTMLElementEventMap<_i3.MouseEvent>(r'mouseover')
mouseup → const HTMLElementEventMap<MouseEvent>
const HTMLElementEventMap<_i3.MouseEvent>(r'mouseup')
paste → const HTMLElementEventMap<ClipboardEvent>
const HTMLElementEventMap<_i3.ClipboardEvent>(r'paste')
pause → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'pause')
play → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'play')
playing → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'playing')
pointercancel → const HTMLElementEventMap<PointerEvent>
const HTMLElementEventMap<_i3.PointerEvent>(r'pointercancel')
pointerdown → const HTMLElementEventMap<PointerEvent>
const HTMLElementEventMap<_i3.PointerEvent>(r'pointerdown')
pointerenter → const HTMLElementEventMap<PointerEvent>
const HTMLElementEventMap<_i3.PointerEvent>(r'pointerenter')
pointerleave → const HTMLElementEventMap<PointerEvent>
const HTMLElementEventMap<_i3.PointerEvent>(r'pointerleave')
pointermove → const HTMLElementEventMap<PointerEvent>
const HTMLElementEventMap<_i3.PointerEvent>(r'pointermove')
pointerout → const HTMLElementEventMap<PointerEvent>
const HTMLElementEventMap<_i3.PointerEvent>(r'pointerout')
pointerover → const HTMLElementEventMap<PointerEvent>
const HTMLElementEventMap<_i3.PointerEvent>(r'pointerover')
pointerup → const HTMLElementEventMap<PointerEvent>
const HTMLElementEventMap<_i3.PointerEvent>(r'pointerup')
progress → const HTMLElementEventMap<ProgressEvent<EventTarget>>
const HTMLElementEventMap<_i3.ProgressEvent<_i3.EventTarget>>(r'progress')
ratechange → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'ratechange')
reset → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'reset')
resize → const HTMLElementEventMap<UIEvent>
const HTMLElementEventMap<_i3.UIEvent>(r'resize')
scroll → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'scroll')
scrollend → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'scrollend')
securitypolicyviolation → const HTMLElementEventMap<SecurityPolicyViolationEvent>
const HTMLElementEventMap<_i3.SecurityPolicyViolationEvent>(r'securitypolicyviolation')
seeked → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'seeked')
seeking → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'seeking')
select → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'select')
selectionchange → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'selectionchange')
selectstart → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'selectstart')
slotchange → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'slotchange')
stalled → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'stalled')
submit → const HTMLElementEventMap<SubmitEvent>
const HTMLElementEventMap<_i3.SubmitEvent>(r'submit')
suspend → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'suspend')
timeupdate → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'timeupdate')
toggle → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'toggle')
touchcancel → const HTMLElementEventMap<TouchEvent>
const HTMLElementEventMap<_i3.TouchEvent>(r'touchcancel')
touchend → const HTMLElementEventMap<TouchEvent>
const HTMLElementEventMap<_i3.TouchEvent>(r'touchend')
touchmove → const HTMLElementEventMap<TouchEvent>
const HTMLElementEventMap<_i3.TouchEvent>(r'touchmove')
touchstart → const HTMLElementEventMap<TouchEvent>
const HTMLElementEventMap<_i3.TouchEvent>(r'touchstart')
transitioncancel → const HTMLElementEventMap<TransitionEvent>
const HTMLElementEventMap<_i3.TransitionEvent>(r'transitioncancel')
transitionend → const HTMLElementEventMap<TransitionEvent>
const HTMLElementEventMap<_i3.TransitionEvent>(r'transitionend')
transitionrun → const HTMLElementEventMap<TransitionEvent>
const HTMLElementEventMap<_i3.TransitionEvent>(r'transitionrun')
transitionstart → const HTMLElementEventMap<TransitionEvent>
const HTMLElementEventMap<_i3.TransitionEvent>(r'transitionstart')
volumechange → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'volumechange')
waiting → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'waiting')
webkitanimationend → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'webkitanimationend')
webkitanimationiteration → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'webkitanimationiteration')
webkitanimationstart → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'webkitanimationstart')
webkittransitionend → const HTMLElementEventMap<Event>
const HTMLElementEventMap<_i3.Event>(r'webkittransitionend')
wheel → const HTMLElementEventMap<WheelEvent>
const HTMLElementEventMap<_i3.WheelEvent>(r'wheel')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

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

Constants

values → const List<HTMLElementEventMap>
A constant List of the values in this enum, in order of their declaration.