Skip to main content

List Track Items

Category: Pr Tracks & Clips List Track Items block screenshot

Returns the items on a track as a list. If fromSeconds and/or toSeconds are provided, the block limits its work to that time range. Use kind to limit the block to ANY, CLIP, TRANSITION, GAP, PREVIEW, or FEEDBACK items.

Inputs

InputRequiredValue KindTypesEnum Values
trackyesexpressionreference, string
kindnoexpressionenum-stringANY, CLIP, TRANSITION, GAP, PREVIEW, FEEDBACK
fromSecondsnoexpressionnumber
toSecondsnoexpressionnumber

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

Apply One Transition On An Isolated Sequence

Creates a fresh sequence from one source item, applies a single-sided transition to the first clip, and verifies that one transition item was added.

kind: Pattern · format: runtime-dsl · validation: Schema only

Topics: transitions, track item mutation

Source: patterns/ex-transition-apply-single-sided-on-isolated-sequence.json

Download JSON

Mutate One Track Item On An Isolated Sequence

Creates a fresh sequence from one source item, renames, disables, moves, and clones the first clip, then verifies each observable mutation.

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

Topics: track items, timeline mutation

Source: patterns/ex-track-item-mutate-on-isolated-sequence.json

Download JSON