speed

The speed value of the keyframe. The units depend on the type of keyframe, and are displayed in the KeyframeVelocity dialog box.Floating-point value; read/w

influence

The influence value of the keyframe, as shown in the Keyframe Velocity dialog box.Floating-point value in the range [0.1..100.0]; read/write.

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

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

ItemCollection object

?ItemCollection object > The ItemCollection object represents a collection of items. The ItemCollection belonging to a Project object contains all the Item

Item object

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,

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

typeName

A user-readable name for the item type; for example, Folder , Footage , or Composition .String; read-only.

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

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