Interface X4ElementEventMap


\ / / / _ \ / /| | / ____ _|
/__/_\ ||

File

dom_events.ts

Author

Etienne Cochard

Copyright (c) 2019-2022 R-libre ingenierie

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Hierarchy

  • HTMLElementEventMap
    • X4ElementEventMap

Properties

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

Generated using TypeDoc