Enumeration
LinkStatus
Link status 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 = 1282237028 | readonly | The file is embedded in the document. | |
| Number = 1818848865 | readonly | The url link is inaccessible. | |
| Number = 1819109747 | readonly | The linked file has been moved, renamed, or deleted. | |
| Number = 1819242340 | readonly | A more recent version of the file exists on the disk. | |
| Number = 1852797549 | readonly | The link is a normal link. |
Object of 1
Properties elsewhere that hold an LinkStatus value.