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.

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.

Properties

NameTypeAccessMin VersionDescription
length
number
R
23.3
Number of elements in this collection.
parent
R
23.3
The PathItem that contains this SubPathItem.