For Each List Item
Iterates through all items of a list. If you provide indexVar, the block also exposes the current zero-based iteration index.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
list | yes | expression | array | — |
itemVar | yes | string | variable-name | — |
indexVar | no | string | variable-name | — |
Notes
No additional notes are available yet.
Examples
List Selected Timeline Clips
Reads selected timeline clips as canonical Track Item references and reports their owner Track, kind, timing, and source name.
Topics: timeline inspection, selection, track items
Source: patterns/ex-timeline-items-list-selected.json
Export Timeline Clips As Separate Files
Exports matching video Track Items as the complete timeline result, as an isolated clip with directly applied effects, or as the used source-file range.
Topics: rendering and export, timeline clips, clip effects, adjustment layers, source ranges, safe cleanup
Source: recipes/ex-render-timeline-clips-as-separate-files.json