Interface

ClipEditPreview

Transient edit-preview state attached to clips while an interaction is active. This state is not intended to be persisted with project data. UI layers can use it to render live editing affordances such as overwrite cut indicators.

Signature

Type Definition
Interface ClipEditPreview

Properties

NameSignatureDescription
cutEnd?cutEnd?: booleanThe clip end is being cut or revealed by the active edit preview.
cutStart?cutStart?: booleanThe clip start is being cut or revealed by the active edit preview.
operationoperation: "overwrite"Editing operation currently affecting the clip.