Signature
TimecodeInputParseRounding: TimecodeParseRoundingAlias
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.