Enumeration
RotationDirection
Options for rotating the contents of the place gun
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 = 1113680759 | readonly | Rotate the list backward (i.e., move backmost item to front) | |
| Number = 1181708919 | readonly | Rotate the list forward (i.e., move the front item to end) |
Parameter of 1
Method parameters that accept an RotationDirection value.