parentFolder

The FolderItem object for the folder that contains this item. If this item is at the top level of the project, this is the project’s root folder app.project

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

onStatusChanged

The name of a callback function that is calledwhenever the value of the RenderQueueItem.status attribute changes.You cannot make changes to render queue ite

id

A unique and persistent identification number used internally to identify an item between sessions. The value of the ID remains the same when the project is

FootageItem object

The FootageItem object represents a footage item imported into a project, which appears in the Project panel.These are accessed by position index number in

numItems

The total number of items contained in the project, including folders and all types of footage.Integer; read-only.

add()

Adds a composition to the Render Queue, creating a RenderQueueItem.comp The CompItem object for the composition to be added.RenderQueueItem object.

OMCollection object

The OMCollection contains all of the output modules in a render queue. The collection provides access to the OutputModule objects, but does not provide any

selection

All items selected in the Project panel, in the sort order shown in the Project panel.Array of Item objects; read-only.

addComp()

Creates a new composition. Creates and returns a new CompItem object and adds it to this collection.If the ItemCollection belongs to the project or the root