Module events

Expand description

Definition for all the events that can be listened to.

Structs§

AnimationEvent
The AnimationEvent class.
BeforeUnloadEvent
The BeforeUnloadEvent class.
CompositionEvent
The CompositionEvent class.
DOMContentLoaded
DeviceMotionEvent
The DeviceMotionEvent class.
DeviceOrientationEvent
The DeviceOrientationEvent class.
DragEvent
The DragEvent class.
ErrorEvent
The ErrorEvent class.
Event
The Event class.
FocusEvent
The FocusEvent class.
GamepadEvent
The GamepadEvent class.
HashChangeEvent
The HashChangeEvent class.
InputEvent
The InputEvent class.
KeyboardEvent
The KeyboardEvent class.
MessageEvent
The MessageEvent class.
MouseEvent
The MouseEvent class.
PageTransitionEvent
The PageTransitionEvent class.
PointerEvent
The PointerEvent class.
PopStateEvent
The PopStateEvent class.
ProgressEvent
The ProgressEvent class.
PromiseRejectionEvent
The PromiseRejectionEvent class.
SecurityPolicyViolationEvent
The SecurityPolicyViolationEvent class.
StorageEvent
The StorageEvent class.
SubmitEvent
The SubmitEvent class.
TouchEvent
The TouchEvent class.
TransitionEvent
The TransitionEvent class.
UiEvent
The UiEvent class.
WheelEvent
The WheelEvent class.
abort
afterprint
animationcancel
animationend
animationiteration
animationstart
auxclick
beforeinput
beforeprint
beforeunload
blur
canplay
canplaythrough
change
click
close
compositionend
compositionstart
compositionupdate
contextmenu
copy
cuechange
cut
dblclick
devicemotion
deviceorientation
drag
dragend
dragenter
dragleave
dragover
dragstart
drop
durationchange
emptied
ended
error
focus
focusin
focusout
formdata
fullscreenchange
fullscreenerror
gamepadconnected
gamepaddisconnected
gotpointercapture
hashchange
input
invalid
keydown
keypress
keyup
languagechange
load
loadeddata
loadedmetadata
loadstart
lostpointercapture
message
messageerror
mousedown
mouseenter
mouseleave
mousemove
mouseout
mouseover
mouseup
offline
online
orientationchange
pagehide
pageshow
paste
pause
play
playing
pointercancel
pointerdown
pointerenter
pointerleave
pointerlockchange
pointerlockerror
pointermove
pointerout
pointerover
pointerup
popstate
progress
ratechange
readystatechange
rejectionhandled
reset
resize
scroll
securitypolicyviolation
seeked
seeking
select
selectionchange
selectstart
slotchange
stalled
storage
submit
suspend
timeupdate
toggle
touchcancel
touchend
touchmove
touchstart
transitioncancel
transitionend
transitionrun
transitionstart
unhandledrejection
unload
visibilitychange
volumechange
waiting
webkitanimationend
webkitanimationiteration
webkitanimationstart
webkittransitionend
wheel

Traits§

EventDescriptor
Description of a type of event.
EventHandler