Enumeration
CellTypeEnum
Specify the type of cell, either text or graphic.
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 = 1701728329 | readonly | Graphic or Page item cell. | |
| Number = 1701730388 | readonly | Text cell. |
Object of 1
Properties elsewhere that hold an CellTypeEnum value.
Parameter of 1
Method parameters that accept an CellTypeEnum value.