Search Docs
Loading...
Skip to content

Type Alias: SelectionSplitAction

type SelectionSplitAction = () => void | Promise<void>;

Action for splitting the first selected clip at the playhead

Returns#

void | Promise<void>