Skip to content

Component object

app.project.sequences[index].audioTracks[index].clips[index].components[index]

app.project.sequences[index].videoTracks[index].clips[index].components[index]

The Component object represents something which has been added or applied to a trackItem.


app.project.sequences[index].audioTracks[index].clips[index].components[index].displayName

app.project.sequences[index].videoTracks[index].clips[index].components[index].displayName

The name of the component, as it is displayed to the user. Localized.

String; read-only.


app.project.sequences[index].audioTracks[index].clips[index].components[index].matchName

app.project.sequences[index].videoTracks[index].clips[index].components[index].matchName

The name of the component, as it is loaded from disk; used to uniquely identify effect plug-ins.

String; read-only.


app.project.sequences[index].audioTracks[index].clips[index].components[index].properties

app.project.sequences[index].videoTracks[index].clips[index].components[index].properties

The properties of the component in question; typically, these are effect parameters.

Array of components, read-only; (ComponentParamCollection object).