Enumeration
UserInteractionLevels
User interaction level 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 = 1699311170 | readonly | Displays alerts but not dialogs. | |
| Number = 1699311169 | readonly | The script displays all dialogs and alerts. | |
| Number = 1699640946 | readonly | The script does not display any dialogs or alerts. |
Object of 3
Properties elsewhere that hold an UserInteractionLevels value.