Enumeration
DocumentIntentOptions
Options for document intent.
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 = 1768846445 | readonly | Intended purpose of document is for publishing to mobiles. | |
| Number = 1768846448 | readonly | Intended purpose of document is for print output. | |
| Number = 1768846455 | readonly | Intended purpose of document is for web output. |
Object of 2
Properties elsewhere that hold an DocumentIntentOptions value.