Interface

ClipSplitEvent

Payload emitted by `clip:split` for committed clip split.

Signature

Type Definition
Interface ClipSplitEvent

Properties

NameSignatureDescription
leftleft: ClipThe left (earlier) half of the split - retains the original clip ID.
originalIdoriginalId: stringOriginal clip ID before the split. The left clip retains this ID.
rightright: ClipThe right (later) half of the split - gets a new ID.