Type Alias

TimelineRulerFormatOptions

Display format and frame-rate requirements for a timeline ruler.

Signature

Type Definition
TimelineRulerFormatOptions: { format: "seconds"; frameRate: never; timecodeFormatOptions: never } | { format: "timecode"; frameRate: TimecodeFrameRate; timecodeFormatOptions: Pick<TimecodeFormatOptions, "dropFrame"> } | { format: "frame-number"; frameRate: TimecodeFrameRate; timecodeFormatOptions: never }