Signature
Interface TimelineClipDropFeedbackProperties
| Name | Signature | Description |
|---|---|---|
activeClipId | activeClipId: string | null | Clip being dragged, or null when no body drag is active. |
activeTargetTrackId | activeTargetTrackId: string | null | Last valid track that is actively receiving the preview. |
hoveredTrackId | hoveredTrackId: string | null | Track currently under the pointer, including invalid targets. |
penetrationRatio | penetrationRatio: number | How far the pointer has penetrated into the hovered track, from 0 to 1. |
reason | reason: TimelineClipDropFailureReason | null | Machine-readable reason for an invalid hovered track. |
sourceTrackId | sourceTrackId: string | null | Track that contained the dragged clip at drag start. |
valid | valid: boolean | Whether the hovered track is a valid destination for the active clip. |