List Track Items
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
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
track | yes | expression | reference, string | — |
kind | no | expression | enum-string | ANY, CLIP, TRANSITION, GAP, PREVIEW, FEEDBACK |
fromSeconds | no | expression | number | — |
toSeconds | no | expression | number | — |
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.
Topics: transitions, track item mutation
Source: patterns/ex-transition-apply-single-sided-on-isolated-sequence.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.
Topics: track items, timeline mutation
Source: patterns/ex-track-item-mutate-on-isolated-sequence.json