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: Items
numItems
The number of items contained in the items collection folderItem.items.length .If the folder contains another folder, only the FolderItem for that folder is
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;
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
selected
When true, this item is selected. Multiple items can be selected at the same time. Set to true to select the item programmatically, or to false to deselect
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
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
selection
All items selected in the Project panel, in the sort order shown in the Project panel.Array of Item objects; read-only.
remove()
Deletes this item from the project and from the Project panel. If the item is a FolderItem, all the items contained in the folder are also removed from the
consolidateFootage()
Consolidates all footage in the project. Same as the File > Consolidate All Footage command.None.Integer; the total number of footage items removed.