activeItem

The item that is currently active and is to be acted upon, or a null if no item is currently selected or if multiple items are selected.Item object or null;

project

The project that is currently loaded.Project object; read-only.

duplicate()

Creates and returns a duplicate of this composition, which contains the same layers as the original.None.CompItem object.

propertyGroup()

Gets the PropertyGroup object for an ancestor group of this property at a specified level of the parent-child hierarchy.countUp Optional. The number of leve

ImportOptions object

The ImportOptions object encapsulates the options used to import a file with the Project.importFile methods.The constructor takes an optional parameter, an

hasVideo

When true, the AVItem has an video component.ユ In a CompItem, the value is linked to the composition.ユ In a FootageItem, the value is linked to the mainSour

openInViewer()

Opens the footage in a Footage panel, and moves the Footage panel to front and gives it focus.NOTE: Missing and placeholder footage can be opened using this

outputModule()

Gets an output module with the specified index position.index The position index of the output module. An integer in the range [1..numOutputModules].OutputM

addFolder()

Creates a new folder. Creates and returns a new FolderItem object and adds it to this collection.If the ItemCollection belongs to the project or the root fo

remove()

Removes this OutputModule object from the collection.None.Nothing.