TimeRulerRenderInput
type TimeRulerRenderInput = object;Properties
Section titled “Properties”| Property | Type |
|---|---|
backgroundColor? | string |
canvas | HTMLCanvasElement |
color? | string |
endTime | number |
font? | string |
labelColor? | string |
minMajorPixelSpacing? | number |
startTime | number |
tickColor? | string |
tickPosition? | "top" | "bottom" | "both" | "inside" |
timeFormat? | TimeFormatMode |
totalDuration | number |