PerformanceEventTiming class
The interface of the Event Timing API provides timing information for the event types listed below.
auxclick
beforeinput
click
compositionend
compositionstart
compositionupdate
contextmenu
dblclick
dragend
dragenter
dragleave
dragover
dragstart
drop
input
keydown
keypress
keyup
mousedown
mouseenter
mouseleave
mouseout
mouseover
mouseup
pointerover
pointerenter
pointerdown
pointerup
pointercancel
pointerout
pointerleave
gotpointercapture
lostpointercapture
touchstart
touchend
touchcancel
PerformanceEntry
PerformanceEventTiming
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- PerformanceEventTiming()
-
factory
Properties
- cancelable → bool
-
Available on PerformanceEventTiming, provided by the PropsPerformanceEventTiming extension
no setter - duration → double
-
Available on PerformanceEntry, provided by the PropsPerformanceEntry extension
no setter - entryType → String
-
Available on PerformanceEntry, provided by the PropsPerformanceEntry extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- interactionId → int
-
Available on PerformanceEventTiming, provided by the PropsPerformanceEventTiming extension
no setter - name → String
-
Available on PerformanceEntry, provided by the PropsPerformanceEntry extension
no setter - processingEnd → double
-
Available on PerformanceEventTiming, provided by the PropsPerformanceEventTiming extension
no setter - processingStart → double
-
Available on PerformanceEventTiming, provided by the PropsPerformanceEventTiming extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → double
-
Available on PerformanceEntry, provided by the PropsPerformanceEntry extension
no setter - target → Node?
-
Available on PerformanceEventTiming, provided by the PropsPerformanceEventTiming extension
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → dynamic -
Available on PerformanceEntry, provided by the PropsPerformanceEntry extension
-
toJSON(
) → dynamic -
Available on PerformanceEventTiming, provided by the PropsPerformanceEventTiming extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited