Package-level declarations
Types
The DOM CompositionEvent
represents events that occur due to the user indirectly entering text.
The DragEvent
interface is a DOM event that represents a drag and drop interaction.
The FocusEvent
interface represents focus-related events, including Element/focus_event, Element/blur_event, Element/focusin_event, and Element/focusout_event.
The InputEvent
interface represents an event notifying the user of editable content changes.
KeyboardEvent
objects describe a user interaction with the keyboard; each event describes a single interaction between the user and a key (or combination of a key with modifier keys) on the keyboard.
The MouseEvent
interface represents events that occur due to the user interacting with a pointing device (such as a mouse).
The PointerEvent
interface represents the state of a DOM event produced by a pointer such as the geometry of the contact point, the device type that generated the event, the amount of pressure that was applied on the contact surface, etc.
The TouchEvent
interface represents an UIEvent which is sent when the state of contacts with a touch-sensitive surface changes.
The WheelEvent
interface represents events that occur due to the user moving a mouse wheel or similar input device.