Enumeration
RangeSortOrder
Sort order for hyperlink ranges.
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 = 1634952307 | readonly | Sort the ranges in ascending order. | |
| Number = 1685287796 | readonly | Sort the ranges in descending order. | |
| Number = 1852797812 | readonly | Do not sort the ranges. |
Parameter of 8
Method parameters that accept an RangeSortOrder value.