Enumeration
JoinOptions
Options for joining two path points.
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 = 1668113006 | readonly | Combine two end points and replace with an single averaged point. | |
| Number = 1668178804 | readonly | Connect two end points (default). |
Parameter of 1
Method parameters that accept an JoinOptions value.