Type Alias

TimecodeInputParseOptions

Options for parsing editable `TimecodeInput` text into seconds.

Signature

Type Definition
TimecodeInputParseOptions: TimecodeParseOptions

Alias

TimecodeInputParseOptions aliases TimecodeParseOptions from @techsquidtv/canvas-timeline-utils.
Aliased Type Definition
Interface TimecodeParseOptions

Options for parsing editable timecode text into seconds.

Aliased properties

NameSignatureDescription
dropFrame?dropFrame?: booleanRequires semicolon drop-frame text when true, and rejects semicolon text when explicitly false.
frameRate?frameRate?: TimecodeFrameRateFrame rate required when parsing `HH:MM:SS:FF` or `HH:MM:SS;FF`.
rounding?rounding?: TimecodeParseRoundingOptional rounding policy applied after parsing decimal timecode forms. Defaults to `none` so timeline consumers can convert with `fromSeconds` and let `RationalTime` perform the final tick rounding at the app's chosen timebase.