Enumeration
ContainerType
The container type.
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 = 1298424180 | readonly | The container contains alternative values of which only one can be used. | |
| Number = 1298424423 | readonly | The container contains unordered items. | |
| Number = 1298428785 | readonly | The container contains ordered or sequential items. |
Parameter of 1
Method parameters that accept an ContainerType value.