The Item object represents an item that can appear in the Project panel.The first item is at index 1.οΎ• Item is the base class for AVItem and for FolderItem,
Tag Archives: object
moveBefore()
Moves this layer to a position immediately before above the specified layer.layer The target layer, a layer object in the same composition.Nothing.
activeCamera
The active camera, which is the front-most camera layer that is enabled. The value is null if the composition contains no enabled camera layers.CameraLayer
parentProperty
The property group that is the immediate parent of this property, or null if this PropertyBase is a layer.PropertyGroup object or null; read-only.
file
The file to be imported. If a file is set in the constructor, you can access it through this attribute.ExtendScript File object; read/write.
frameDuration
Returns the lengthof a frame for this AVItem, in seconds. This is the reciprocal of frameRate. When set, the reciprocal is automatically set as a new frameR
FolderItem object
The FolderItem object corresponds to a folder in your Project panel. It can contain various types of items footage, compositions, solids as well as other fo
outputModules
The collection of Output Modules for the item.OMCollection object; read-only.
containingComp
The composition that contains this layer.CompItem object; read-only.
byName()
Returns the first topmost layer found in this collection with the specified name, or null if no layer with the given name is found.name A string containing