Event Objects
Обновлено: 09.03.2023
Об'єкти подій
Коли подія відбувається в HTML, подія належить певному об’єкту події, як подія клацання миші належить об’єкту MouseEvent.
Об'єкт події
Усі об’єкти події базуються на об’єкті події.
Усі об’єкти події успадковують властивості та методи об’єкта події.
| Object | Description |
|---|---|
| Event | The parent of all event objects |
| Object | Handles |
| AnimationEvent | CSS animations |
| ClipboardEvent | Modification of the clipboard |
| DragEvent | Drag and drop interaction |
| FocusEvent | Focus-related events |
| HashChangeEvent | Changes in the anchor part of an URL |
| InputEvent | User input |
| KeyboardEvent | Keyboard interaction |
| MouseEvent | Mouse interaction |
| PageTransitionEvent | Navigation between web pages |
| PopStateEvent | Changes in the page history |
| ProgressEvent | The progress of loading external files |
| StorageEvent | Changes in the Web Storage |
| TouchEvent | Touch interaction |
| TransitionEvent | CSS transitions |
| UiEvent | User interface interaction |
| WheelEvent | Mouse-wheel interaction |