SVGSVGElementEventMap
interface SVGSVGElementEventMap {
beforexrselect: XRSessionEvent;
fullscreenchange: Event;
fullscreenerror: Event;
abort: UIEvent;
animationcancel: AnimationEvent;
animationend: AnimationEvent;
animationiteration: AnimationEvent;
animationstart: AnimationEvent;
auxclick: MouseEvent;
beforeinput: InputEvent;
beforetoggle: Event;
blur: FocusEvent;
cancel: Event;
canplay: Event;
canplaythrough: Event;
change: Event;
click: MouseEvent;
close: Event;
compositionend: CompositionEvent;
compositionstart: CompositionEvent;
compositionupdate: CompositionEvent;
contextlost: Event;
contextmenu: MouseEvent;
contextrestored: Event;
copy: ClipboardEvent;
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;
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;
ratechange: Event;
reset: Event;
resize: UIEvent;
scroll: Event;
scrollend: Event;
securitypolicyviolation: SecurityPolicyViolationEvent;
seeked: Event;
seeking: Event;
select: Event;
selectionchange: Event;
selectstart: 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;
afterprint: Event;
beforeprint: Event;
beforeunload: BeforeUnloadEvent;
gamepadconnected: GamepadEvent;
gamepaddisconnected: GamepadEvent;
hashchange: HashChangeEvent;
languagechange: Event;
message: MessageEvent;
messageerror: MessageEvent;
offline: Event;
online: Event;
pagehide: PageTransitionEvent;
pagereveal: Event;
pageshow: PageTransitionEvent;
pageswap: Event;
popstate: PopStateEvent;
rejectionhandled: PromiseRejectionEvent;
storage: StorageEvent;
unhandledrejection: PromiseRejectionEvent;
unload: Event;
}
beforexrselect: XRSessionEvent;
fullscreenchange: Event;
fullscreenerror: Event;
abort: UIEvent;
animationcancel: AnimationEvent;
animationend: AnimationEvent;
animationiteration: AnimationEvent;
animationstart: AnimationEvent;
auxclick: MouseEvent;
beforeinput: InputEvent;
beforetoggle: Event;
blur: FocusEvent;
cancel: Event;
canplay: Event;
canplaythrough: Event;
change: Event;
click: MouseEvent;
close: Event;
compositionend: CompositionEvent;
compositionstart: CompositionEvent;
compositionupdate: CompositionEvent;
contextlost: Event;
contextmenu: MouseEvent;
contextrestored: Event;
copy: ClipboardEvent;
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;
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;
ratechange: Event;
reset: Event;
resize: UIEvent;
scroll: Event;
scrollend: Event;
securitypolicyviolation: SecurityPolicyViolationEvent;
seeked: Event;
seeking: Event;
select: Event;
selectionchange: Event;
selectstart: 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;
afterprint: Event;
beforeprint: Event;
beforeunload: BeforeUnloadEvent;
gamepadconnected: GamepadEvent;
gamepaddisconnected: GamepadEvent;
hashchange: HashChangeEvent;
languagechange: Event;
message: MessageEvent;
messageerror: MessageEvent;
offline: Event;
online: Event;
pagehide: PageTransitionEvent;
pagereveal: Event;
pageshow: PageTransitionEvent;
pageswap: Event;
popstate: PopStateEvent;
rejectionhandled: PromiseRejectionEvent;
storage: StorageEvent;
unhandledrejection: PromiseRejectionEvent;
unload: Event;
}
Hierarchy (View Summary)
- SVGElementEventMap
- WindowEventHandlersEventMap
- SVGSVGElementEventMap
Index
Properties
<internal>.SVGSVGElementEventMap.beforexrselect<internal>.SVGSVGElementEventMap.fullscreenchange<internal>.SVGSVGElementEventMap.fullscreenerror<internal>.SVGSVGElementEventMap.abort<internal>.SVGSVGElementEventMap.animationcancel<internal>.SVGSVGElementEventMap.animationend<internal>.SVGSVGElementEventMap.animationiteration<internal>.SVGSVGElementEventMap.animationstart<internal>.SVGSVGElementEventMap.auxclick<internal>.SVGSVGElementEventMap.beforeinput<internal>.SVGSVGElementEventMap.beforetoggle<internal>.SVGSVGElementEventMap.blur<internal>.SVGSVGElementEventMap.cancel<internal>.SVGSVGElementEventMap.canplay<internal>.SVGSVGElementEventMap.canplaythrough<internal>.SVGSVGElementEventMap.change<internal>.SVGSVGElementEventMap.click<internal>.SVGSVGElementEventMap.close<internal>.SVGSVGElementEventMap.compositionend<internal>.SVGSVGElementEventMap.compositionstart<internal>.SVGSVGElementEventMap.compositionupdate<internal>.SVGSVGElementEventMap.contextlost<internal>.SVGSVGElementEventMap.contextmenu<internal>.SVGSVGElementEventMap.contextrestored<internal>.SVGSVGElementEventMap.copy<internal>.SVGSVGElementEventMap.cuechange<internal>.SVGSVGElementEventMap.cut<internal>.SVGSVGElementEventMap.dblclick<internal>.SVGSVGElementEventMap.drag<internal>.SVGSVGElementEventMap.dragend<internal>.SVGSVGElementEventMap.dragenter<internal>.SVGSVGElementEventMap.dragleave<internal>.SVGSVGElementEventMap.dragover<internal>.SVGSVGElementEventMap.dragstart<internal>.SVGSVGElementEventMap.drop<internal>.SVGSVGElementEventMap.durationchange<internal>.SVGSVGElementEventMap.emptied<internal>.SVGSVGElementEventMap.ended<internal>.SVGSVGElementEventMap.error<internal>.SVGSVGElementEventMap.focus<internal>.SVGSVGElementEventMap.focusin<internal>.SVGSVGElementEventMap.focusout<internal>.SVGSVGElementEventMap.formdata<internal>.SVGSVGElementEventMap.gotpointercapture<internal>.SVGSVGElementEventMap.input<internal>.SVGSVGElementEventMap.invalid<internal>.SVGSVGElementEventMap.keydown<internal>.SVGSVGElementEventMap.keypress<internal>.SVGSVGElementEventMap.keyup<internal>.SVGSVGElementEventMap.load<internal>.SVGSVGElementEventMap.loadeddata<internal>.SVGSVGElementEventMap.loadedmetadata<internal>.SVGSVGElementEventMap.loadstart<internal>.SVGSVGElementEventMap.lostpointercapture<internal>.SVGSVGElementEventMap.mousedown<internal>.SVGSVGElementEventMap.mouseenter<internal>.SVGSVGElementEventMap.mouseleave<internal>.SVGSVGElementEventMap.mousemove<internal>.SVGSVGElementEventMap.mouseout<internal>.SVGSVGElementEventMap.mouseover<internal>.SVGSVGElementEventMap.mouseup<internal>.SVGSVGElementEventMap.paste<internal>.SVGSVGElementEventMap.pause<internal>.SVGSVGElementEventMap.play<internal>.SVGSVGElementEventMap.playing<internal>.SVGSVGElementEventMap.pointercancel<internal>.SVGSVGElementEventMap.pointerdown<internal>.SVGSVGElementEventMap.pointerenter<internal>.SVGSVGElementEventMap.pointerleave<internal>.SVGSVGElementEventMap.pointermove<internal>.SVGSVGElementEventMap.pointerout<internal>.SVGSVGElementEventMap.pointerover<internal>.SVGSVGElementEventMap.pointerup<internal>.SVGSVGElementEventMap.progress<internal>.SVGSVGElementEventMap.ratechange<internal>.SVGSVGElementEventMap.reset<internal>.SVGSVGElementEventMap.resize<internal>.SVGSVGElementEventMap.scroll<internal>.SVGSVGElementEventMap.scrollend<internal>.SVGSVGElementEventMap.securitypolicyviolation<internal>.SVGSVGElementEventMap.seeked<internal>.SVGSVGElementEventMap.seeking<internal>.SVGSVGElementEventMap.select<internal>.SVGSVGElementEventMap.selectionchange<internal>.SVGSVGElementEventMap.selectstart<internal>.SVGSVGElementEventMap.slotchange<internal>.SVGSVGElementEventMap.stalled<internal>.SVGSVGElementEventMap.submit<internal>.SVGSVGElementEventMap.suspend<internal>.SVGSVGElementEventMap.timeupdate<internal>.SVGSVGElementEventMap.toggle<internal>.SVGSVGElementEventMap.touchcancel<internal>.SVGSVGElementEventMap.touchend<internal>.SVGSVGElementEventMap.touchmove<internal>.SVGSVGElementEventMap.touchstart<internal>.SVGSVGElementEventMap.transitioncancel<internal>.SVGSVGElementEventMap.transitionend<internal>.SVGSVGElementEventMap.transitionrun<internal>.SVGSVGElementEventMap.transitionstart<internal>.SVGSVGElementEventMap.volumechange<internal>.SVGSVGElementEventMap.waiting<internal>.SVGSVGElementEventMap.webkitanimationend<internal>.SVGSVGElementEventMap.webkitanimationiteration<internal>.SVGSVGElementEventMap.webkitanimationstart<internal>.SVGSVGElementEventMap.webkittransitionend<internal>.SVGSVGElementEventMap.wheel<internal>.SVGSVGElementEventMap.afterprint<internal>.SVGSVGElementEventMap.beforeprint<internal>.SVGSVGElementEventMap.beforeunload<internal>.SVGSVGElementEventMap.gamepadconnected<internal>.SVGSVGElementEventMap.gamepaddisconnected<internal>.SVGSVGElementEventMap.hashchange<internal>.SVGSVGElementEventMap.languagechange<internal>.SVGSVGElementEventMap.message<internal>.SVGSVGElementEventMap.messageerror<internal>.SVGSVGElementEventMap.offline<internal>.SVGSVGElementEventMap.online<internal>.SVGSVGElementEventMap.pagehide<internal>.SVGSVGElementEventMap.pagereveal<internal>.SVGSVGElementEventMap.pageshow<internal>.SVGSVGElementEventMap.pageswap<internal>.SVGSVGElementEventMap.popstate<internal>.SVGSVGElementEventMap.rejectionhandled<internal>.SVGSVGElementEventMap.storage<internal>.SVGSVGElementEventMap.unhandledrejection<internal>.SVGSVGElementEventMap.unload