Readonly beforeIndicates the PointerActivity.Trace record before the startTrace record.
Set if the pointer is pointerenter from outside the boundaries of target element. Otherwise, null.
This value is never changed.
Readonly deviceIndicates the PointerDevice.
This value is never changed.
Readonly durationIndicates the elapsed time from startTrace record to latest PointerActivity.Trace record.
This value is 0 when the instance is created; it keeps increasing while tracking the pointer. When the instance inProgress is set to false, this value is not changed thereafter.
Readonly endIndicates the end PointerActivity.Trace record of the PointerActivity.
This value is null when the instance is created. When the instance inProgress is set to false, the PointerActivity.Trace is set to this value and this value is not changed thereafter.
Readonly inIndicates whether that no endTrace record has been recorded.
The value is true when the instance is created. Never changed after being changed to false.
Readonly isIndicates the isPrimary property of the PointerEvent.
This value is never changed.
Readonly movementReadonly pointerIndicates the pointerId property of the PointerEvent.
This value is never changed.
Readonly resultThe Promise that resolves to a PointerActivity.Result.
Readonly startIndicates the timeStamp property of this startTrace record.
This value is never changed.
Readonly startIndicates the start PointerActivity.Trace record of the PointerActivity.
This value is never changed.
Readonly targetIndicates the monitoring target element of the PointerActivityObserver.
This value is never changed.
Readonly track
Represents a pointer activity.
An object that represents a sequence of
PointerEvents with the samepointerIdfrom afterpointerentertoponterleave.