SubPathItems
A collection of SubPathItem objects that make up a PathItem. Access this object in the PathItem.subPathItems collection property.
- Use SubPathInfo to create subpaths; the properties are writeable.
- Use the SubPathItem object to retrieve information about existing subpaths. The properties are read-only.
Added in Photoshop 23.3
Indexable#
â–ª [index: number]: SubPathItem
Used to access the guides in the collection
- Use SubPathInfo to create subpaths; the properties are writeable.
- Use the SubPathItem object to retrieve information about existing subpaths. The properties are read-only.
Added in Photoshop 23.3
Properties#
| Name | Type | Access | Description |
|---|---|---|---|
| length | number | Read-only | Number of elements in this collection |
| parent | PathItem | Read-only | The containing path item. |
