Enumeration
HorizontalOrVertical
Orientation options.
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 = 1752134266 | readonly | Horizontal orientation. | |
| Number = 1986359924 | readonly | Vertical orientation. |
Object of 7
Properties elsewhere that hold an HorizontalOrVertical value.
Parameter of 5
Method parameters that accept an HorizontalOrVertical value.