Interface

UseTimelineEditPreviewResult

Result returned by `useTimelineEditPreview`.

Signature

Type Definition
Interface UseTimelineEditPreviewResult

Properties

NameSignatureDescription
impactsimpacts: typeOperatorClip-level consequences for renderer and custom UI affordances.
previewpreview: TimelineEditPreview | nullActive command-layer edit preview, or null when no preview is active.
previewingpreviewing: booleanWhether an edit preview is currently active.
validvalid: booleanWhether the current preview can be committed.