Enumeration
EditingState
The editing state of the file in Version Cue.
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 = 1986217283 | readonly | The file was modified locally or remotely while it was locked and therefore two versions exist. | |
| Number = 1986217292 | readonly | The file has been modified locally and not locked. | |
| Number = 1986217291 | readonly | The file has been locked locally and may be modified. | |
| Number = 1986217294 | readonly | The file is not currently in use and is not locked. | |
| Number = 1986217298 | readonly | Lock held but not usable. | |
| Number = 1986217301 | readonly | The editing status is not known. |
Object of 2
Properties elsewhere that hold an EditingState value.