Selection
A named range of words inside the script. Tracks point at selections instead of times, so anything anchored to them survives script changes.
Definition
A named range of words inside the script. Tracks point at selections instead of times, so anything anchored to them survives script changes.
Why it matters
Selections are the mechanism behind script anchoring: the same word range can drive a b-roll insert, a caption emphasis and an effect.
Where it shows up in Hypit
Referenced as {script.selection.name} on a track item.
Related
FAQ
Is selection specific to Hypit?
The idea is general to video workflows; the way it is expressed here follows how Hypit models projects, so the term maps to something you can actually edit.
Where can I see it in practice?
The quickstart walks through a full clone, and the clone-format pages show the same concept used in a real structure.
Do I need the paid API for this?
No. The agent tooling is free and open source; the managed API is optional.