Interface

UseTimelineEditImpactsResult

Result returned by `useTimelineEditImpacts`.

Signature

Type Definition
Interface UseTimelineEditImpactsResult

Properties

NameSignatureDescription
activeEditactiveEdit: TimelineEditImpacts | nullActive edit impacts for the current live edit interaction, or null when none are active.
getImpactForClip(clipId: string): TimelineEditImpact | nullReturns the active edit impact for one affected clip.
hasImpactshasImpacts: booleanWhether the active edit currently affects any other clips.
impactsimpacts: typeOperatorClip-level consequences for the current live edit interaction.
operationoperation: TimelineEditOperation | nullCurrent live edit operation, or null when no edit impacts are active.
sourceClipIdsourceClipId: string | nullClip currently driving the active edit, or null when no edit impacts are active.
sourceTrackIdsourceTrackId: string | nullTrack containing the source clip, or null when no edit impacts are active.