Signature
Interface ClipMoveEventProperties
| Name | Signature | Description |
|---|---|---|
clip | clip: Clip | Moved clip after the operation. |
clipId | clipId: string | Moved clip id. |
destinationClipIndex | destinationClipIndex: number | Destination clip index after sorting. |
destinationTrackId | destinationTrackId: string | Track containing the clip after the move. |
destinationTrackIndex | destinationTrackIndex: number | Destination track index after the move. |
endTime | endTime: RationalTime | Clip end after the move. |
phase | phase: "preview" | "commit" | Whether this event describes live preview state or a settled committed move. |
previousEndTime | previousEndTime: RationalTime | Clip end before the move. |
previousStartTime | previousStartTime: RationalTime | Clip start before the move. |
sourceClipIndex | sourceClipIndex: number | Source clip index before the move. |
sourceTrackId | sourceTrackId: string | Track that contained the clip before the move. |
sourceTrackIndex | sourceTrackIndex: number | Source track index before the move. |
startTime | startTime: RationalTime | Clip start after the move. |