UIEvent class
The interface represents simple user interface events.
derives from Event. Although the UIEvent.initUIEvent()
method is kept for backward compatibility, you should create a
object using the UIEvent() constructor.
Several interfaces are direct or indirect descendants of this
one: MouseEvent, TouchEvent, FocusEvent, KeyboardEvent,
WheelEvent, InputEvent, and CompositionEvent.
Event
UIEvent
- Implemented types
- Implementers
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- UIEvent(String type, [UIEventInit? eventInitDict])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited