Views
app.activeDocument.views
Description
Section titled “Description”A collection of View objects in a document.
Properties
Section titled “Properties”Views.length
Section titled “Views.length”app.activeDocument.views.length
Description
Section titled “Description”The number of objects in the collection
Number; read-only.
Views.parent
Section titled “Views.parent”app.activeDocument.views.parent
Description
Section titled “Description”The parent of this object.
Object; read-only.
Views.typename
Section titled “Views.typename”app.activeDocument.views.typename
Description
Section titled “Description”The class name of the referenced object.
String; read-only.
Methods
Section titled “Methods”Views.index()
Section titled “Views.index()”app.activeDocument.views.index(itemKey)
Description
Section titled “Description”Gets an element from the collection.
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
itemKey | String, Number | String or number key |