Interface

TimelineRulerTick

One viewport-space ruler tick for canvas, DOM, or custom rendering.

Signature

Type Definition
Interface TimelineRulerTick

Properties

NameSignatureDescription
frame?frame?: numberFrame number represented by the tick when a frame rate is configured.
kindkind: TimelineRulerTickKindWhether this tick is a primary labeled tick or a smaller subdivision.
label?label?: stringOptional formatted label for major ticks.
secondsseconds: numberTimeline seconds represented by the tick for display-only UI.
timetime: RationalTimeTimeline time represented by the tick.
xx: numberTick x-position relative to the current viewport in CSS pixels.