Web Event Interface

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 Apr 5 10:46
Editor
Edited
Edited
2025 Jun 6 14:30
In web applications, you need to register events to handle user input.
There are two ways to detect these events:
Event Bubbling
and
Event Capture
Web Event Interface Children
 
 
 

Event Types

Event to parent, not node

 
 

Recommendations