Enumeration
EventPhases
Phase options for event propagation.
In UXP, compare with equals() — the == and === operators do not work on DOM objects: myPath.pathType.equals(PathType.CLOSED_PATH), not myPath.pathType == PathType.CLOSED_PATH.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Number = 1701724500 | readonly | The at-target phase of propagation. | |
| Number = 1701724789 | readonly | The bubbling phase of propagation. | |
| Number = 1701725252 | readonly | The propagation is complete. | |
| Number = 1701727812 | readonly | Not yet propagating. |
Object of 6
Properties elsewhere that hold an EventPhases value.