Enumeration
SaveOptions
Options for saving a document before closing or quitting.
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 = 1634954016 | readonly | Displays a prompts asking whether to save changes. | |
| Number = 1852776480 | readonly | Does not save changes. | |
| Number = 2036691744 | readonly | Saves changes. |
Parameter of 3
Method parameters that accept an SaveOptions value.