Enumeration
OpenOptions
Used to specify how to open a document.
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 = 1147563124 | readonly | Default based on the file type or extension. | |
| Number = 1332757360 | readonly | Open a copy of the document. | |
| Number = 1332760434 | readonly | Open the document itself. |
Parameter of 1
Method parameters that accept an OpenOptions value.