Signature
Interface UseTimelineEditImpactsResultProperties
| Name | Signature | Description |
|---|---|---|
activeEdit | activeEdit: TimelineEditImpacts | null | Active edit impacts for the current live edit interaction, or null when none are active. |
getImpactForClip | (clipId: string): TimelineEditImpact | null | Returns the active edit impact for one affected clip. |
hasImpacts | hasImpacts: boolean | Whether the active edit currently affects any other clips. |
impacts | impacts: typeOperator | Clip-level consequences for the current live edit interaction. |
operation | operation: TimelineEditOperation | null | Current live edit operation, or null when no edit impacts are active. |
sourceClipId | sourceClipId: string | null | Clip currently driving the active edit, or null when no edit impacts are active. |
sourceTrackId | sourceTrackId: string | null | Track containing the source clip, or null when no edit impacts are active. |