PathItems
The collection of PathItem objects in a document.
Access through the Document.pathItems collection property. To create new paths, see PathPointInfo and SubPathInfo classes and pass them to PathItems.add() method.
Added in Photoshop 23.3
Indexable#
â–ª [index: number]: PathItem
Used to access the guides in the collection
Access through the Document.pathItems collection property. To create new paths, see PathPointInfo and SubPathInfo classes and pass them to PathItems.add() method.
Added in Photoshop 23.3
Properties#
| Name | Type | Access | Description |
|---|---|---|---|
| length | number | Read-only | Number of PathItem objects in this collection |
| parent | Document | Read-only | The owner document of this PathItem collection |
Methods#
add#
Creates a new path item object and adds it to this collection.
A new SubPathItem object is created for each SubPathInfo object provided in entirePath,
and those SubPathItem objects are added to the PathItem.subPathItems collection of the returned
PathItem.
Parameters#
| Name | Type |
|---|---|
name | string |
entirePath | SubPathInfo[] |
getByName#
Parameters#
| Name | Type |
|---|---|
name | string |
removeAll#
void
Clears all guides from this collection
