Enumeration
ClippingPathType
The type of clipping path to create.
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 = 1634756707 | readonly | The clipping path is based on an alpha channel defined for the graphic in a graphics application. | |
| Number = 1685349735 | readonly | The clipping path is based on pixel value threshold and tolerance. | |
| Number = 1852796517 | readonly | No clipping path applied. | |
| Number = 1886613620 | readonly | The clipping path is defined for the graphic in Photoshop. | |
| Number = 1970106484 | readonly | (Read-only) The clipping path has been manually edited. |
Object of 1
Properties elsewhere that hold an ClippingPathType value.