Interface

ClipMoveEvent

Live clip movement event payload.

Signature

Type Definition
Interface ClipMoveEvent

Properties

NameSignatureDescription
clipclip: ClipMoved clip after the operation.
clipIdclipId: stringMoved clip id.
destinationClipIndexdestinationClipIndex: numberDestination clip index after sorting.
destinationTrackIddestinationTrackId: stringTrack containing the clip after the move.
destinationTrackIndexdestinationTrackIndex: numberDestination track index after the move.
endTimeendTime: RationalTimeClip end after the move.
phasephase: "preview" | "commit"Whether this event describes live preview state or a settled committed move.
previousEndTimepreviousEndTime: RationalTimeClip end before the move.
previousStartTimepreviousStartTime: RationalTimeClip start before the move.
sourceClipIndexsourceClipIndex: numberSource clip index before the move.
sourceTrackIdsourceTrackId: stringTrack that contained the clip before the move.
sourceTrackIndexsourceTrackIndex: numberSource track index before the move.
startTimestartTime: RationalTimeClip start after the move.