Event Objects

Обновлено: 09.03.2023

Об'єкти подій

Коли подія відбувається в HTML, подія належить певному об’єкту події, як подія клацання миші належить об’єкту MouseEvent.

Об'єкт події

Усі об’єкти події базуються на об’єкті події.

Усі об’єкти події успадковують властивості та методи об’єкта події.

ObjectDescription
EventThe parent of all event objects
ObjectHandles
AnimationEventCSS animations
ClipboardEventModification of the clipboard
DragEventDrag and drop interaction
FocusEventFocus-related events
HashChangeEventChanges in the anchor part of an URL
InputEventUser input
KeyboardEventKeyboard interaction
MouseEventMouse interaction
PageTransitionEventNavigation between web pages
PopStateEventChanges in the page history
ProgressEventThe progress of loading external files
StorageEventChanges in the Web Storage
TouchEventTouch interaction
TransitionEventCSS transitions
UiEventUser interface interaction
WheelEventMouse-wheel interaction