Component object
Component object
Section titled “Component object”app.project.sequences[index].audioTracks[index].clips[index].components[index]
app.project.sequences[index].videoTracks[index].clips[index].components[index]
Description
Section titled “Description”The Component object represents something which has been added or applied to a trackItem.
Attributes
Section titled “Attributes”Component.displayName
Section titled “Component.displayName”app.project.sequences[index].audioTracks[index].clips[index].components[index].displayName
app.project.sequences[index].videoTracks[index].clips[index].components[index].displayName
Description
Section titled “Description”The name of the component, as it is displayed to the user. Localized.
String; read-only.
Component.matchName
Section titled “Component.matchName”app.project.sequences[index].audioTracks[index].clips[index].components[index].matchName
app.project.sequences[index].videoTracks[index].clips[index].components[index].matchName
Description
Section titled “Description”The name of the component, as it is loaded from disk; used to uniquely identify effect plug-ins.
String; read-only.
Component.properties
Section titled “Component.properties”app.project.sequences[index].audioTracks[index].clips[index].components[index].properties
app.project.sequences[index].videoTracks[index].clips[index].components[index].properties
Description
Section titled “Description”The properties of the component in question; typically, these are effect parameters.
Array of components, read-only; (ComponentParamCollection object).