select Timeline Clips
abstract fun selectTimelineClips(clips: List<TimelineClipTarget>, additive: Boolean = false, toggle: Boolean = false)
Replaces the selection, adds to it (additive), or flips each clip's state within it (toggle) — what a click, a shift-click and a ctrl-click respectively produce. An empty list with both false clears it.