Type Alias

TimecodeInputParseRounding

Rounding policy used when parsing editable `TimecodeInput` text. `none` preserves the decimal precision entered by the user, within normal JavaScript number limits. `centisecond` rounds parsed seconds to two decimal places for legacy or display-like workflows.

Signature

Type Definition
TimecodeInputParseRounding: TimecodeParseRounding

Alias

TimecodeInputParseRounding aliases TimecodeParseRounding from @techsquidtv/canvas-timeline-utils.
Aliased Type Definition
TimecodeParseRounding: "none" | "centisecond"

Rounding policy used when parsing editable timecode text. `none` preserves the decimal precision entered by the user, within normal JavaScript number limits. `centisecond` rounds the parsed seconds to two decimal places for legacy or display-like workflows.