Signature
Interface TimelineRulerGeometryOptionsProperties
| Name | Signature | Description |
|---|---|---|
duration? | duration?: RationalTime | Optional explicit timeline duration used to clamp ticks. |
includeLabels? | includeLabels?: boolean | Whether major ticks should include formatted labels. Defaults to true. |
minimumMajorTickSpacing? | minimumMajorTickSpacing?: number | Minimum distance between major ruler ticks in CSS pixels. Cannot reduce format-safe defaults. |
scrollLeft | scrollLeft: number | Current horizontal timeline scroll offset in pixels. |
viewportWidth | viewportWidth: number | Timeline viewport width in CSS pixels. |
zoomScale | zoomScale: number | Current zoom scale in pixels per second. |