Enumeration
PointType
The path point type.
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 = 1668443762 | readonly | The point is a corner point, it has either one direction line, or two independent direction lines. | |
| Number = 1886151022 | readonly | The point is a plain point, it has no direction lines. | |
| Number = 1936553064 | readonly | The point is a smooth point, it has two direction lines which are parallel. | |
| Number = 1937337709 | readonly | A special type of smooth point with two direction lines of equal length. |
Object of 1
Properties elsewhere that hold an PointType value.