Skip to main content

For All Items In Bin

Category: Pr Bins & Project Items For All Items In Bin block screenshot

Iterates over project items from a bin or the current Project Panel selection, optionally expanding selected bins recursively. With onlySelected=false, an omitted/null bin means the root bin. With onlySelected=true, selected Project Panel items are traversal roots; BIN_AND_SUBBINS recursively expands selected bins even when TYPE_BIN is not requested, then types filters iterated items. Selected bins themselves require TYPE_BIN. Overlapping roots are deduplicated at first occurrence. An explicit bin scopes selected roots to that subtree; omitting bin uses the whole selection. Use includeSubbins to search only the current bin or also its children, for example BIN_ONLY or BIN_AND_SUBBINS. Use types to filter by item kinds such as TYPE_FOOTAGE, TYPE_SEQUENCE, TYPE_MULTICAM_SEQUENCE, TYPE_MERGED_CLIP, TYPE_BIN, or TYPE_FILE. Set onlySelected to return only currently selected project items.

Inputs​

InputRequiredValue KindTypesEnum Values
itemVaryesstringvariable-name—
binnoexpressionreference, string, null—
onlySelectednoexpressionboolean—
includeSubbinsnoexpressionenum-string, booleanBIN_ONLY, BIN_AND_SUBBINS
typesnoarrayenum-stringTYPE_FOOTAGE, TYPE_SEQUENCE, TYPE_MULTICAM_SEQUENCE, TYPE_MERGED_CLIP, TYPE_BIN, TYPE_FILE

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​

Transcribe Selected Clips

Transcribe explicitly selected clip project items, distinguish existing transcripts, and export JSON for content review.

kind: Pattern · format: runtime-dsl · validation: Manual workspace

Topics: transcript, selection

Source: patterns/ex-transcribe-selected-clips.json

Download JSON