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