List Length
Returns the number of elements in a list.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
list | yes | expression | array | — |
Notes
No additional notes are available yet.
Examples
Apply One Audio Effect On An Isolated Sequence
Creates a fresh sequence from one source item, applies one audio effect to the first audio clip, and verifies that the component count increases by one.
Topics: effects and component parameters, audio
Source: patterns/ex-audio-effect-apply-on-isolated-sequence.json
Apply One Video Effect On An Isolated Sequence
Creates a fresh sequence from one source item, applies one video effect to the first clip, and verifies that the component count increases by one.
Topics: effects and component parameters, track item mutation
Source: patterns/ex-video-effect-apply-on-isolated-sequence.json
Apply Scene Edit Cuts With Adjacent Clips
Applies Premiere Scene Edit Detection to one middle clip, fully relists the track, and verifies that directly adjacent clips keep their timeline and source ranges.
Topics: scene edit detection, timeline cuts, neighbor clips, runtime validation
Source: patterns/ex-scene-edit-detect-apply-cuts-with-neighbors.json