Skip to main content

Get Component Ref

Category: Pr Tracks & Clips Get Component Ref block screenshot

Returns a component reference from a track item, resolved by index or name. You can resolve the target either by zero-based index or by name. When multiple items share the same name, use duplicateIndex to pick which duplicate to return.

Inputs​

InputRequiredValue KindTypesEnum Values
itemyesexpression——
indexnoexpression——
namenoexpression——
duplicateIndexnoexpression——

Notes​

No additional notes are available yet.

See Also​

  • Premiere Reference Paths: Explains Premiere reference path strings for project items, sequences, tracks, timeline items, markers, components, and parameters.

Examples​

Set One Component Parameter

Resolves a built-in component by match name, resolves a parameter by index, then writes a new value.

kind: Pattern · format: runtime-dsl · validation: MCP fixture

Topics: effects and component parameters

Source: patterns/ex-component-param-set-opacity.json

Download JSON