Enumeration
UseSVGAsEnum
Use SVG As Enum
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 = 1701667427 | readonly | SVG will be exported as embed code | |
| Number = 1768780903 | readonly | SVG will be exported as image tags | |
| Number = 1868720756 | readonly | SVG will be exported as object tags |
Object of 3
Properties elsewhere that hold an UseSVGAsEnum value.