Signature
Interface TimelineRulerTickOptionsProperties
| Name | Signature | Description |
|---|---|---|
duration? | duration?: RationalTime | Optional explicit timeline duration used to clamp ticks. |
frameRate? | frameRate?: TimecodeFrameRate | Optional frame rate used for frame-aware tick generation and labels. |
includeLabels? | includeLabels?: boolean | Whether major ticks should include formatted labels. Defaults to true. |
labelFormat? | labelFormat?: TimelineRulerLabelFormat | Numbered tick label style. Defaults to time labels. |
scrollLeft | scrollLeft: number | Current horizontal timeline scroll offset in pixels. |
timecodeFormatOptions? | timecodeFormatOptions?: TimecodeFormatOptions | Timecode formatting options for time labels when a frame rate is configured. |
viewportWidth | viewportWidth: number | Timeline viewport width in CSS pixels. |
zoomScale | zoomScale: number | Current zoom scale in pixels per second. |