Interface

TimelineRenderOptions

Toggles optional canvas feedback overlays that may be paired with separate interactive layers.

Signature

Type Definition
Interface TimelineRenderOptions

Properties

NameSignatureDescription
ruler?ruler?: TimelineRulerOptionsOptional ruler tick and label configuration.
showClipDropFeedback?showClipDropFeedback?: booleanDraw cross-track clip drop feedback on the canvas layer.
showClipLabels?showClipLabels?: booleanDraw text labels inside visible clips.
showClips?showClips?: booleanDraw built-in clip bodies and labels on the canvas layer.
showInOutBoundaryLines?showInOutBoundaryLines?: booleanDraw canvas-painted in/out boundary lines for renderer-only compositions.
showInOutPoints?showInOutPoints?: booleanDraw the in/out range fill on the canvas layer.
showKeyframes?showKeyframes?: booleanDraw keyframe curves and handles inside visible clips.
showRulerLabels?showRulerLabels?: booleanDraw text labels on ruler ticks.
showSnapLines?showSnapLines?: booleanDraw magnetic snapping guide lines.
theme?theme?: DeepPartial<TimelineRendererTheme>Serializable renderer theme used for canvas-painted timeline visuals.