Interface

TimecodeFieldInputProps

Props for the temporary typed timecode editor.

Signature

Type Definition
Interface TimecodeFieldInputProps

Properties

NameSignatureDescription
className?className?: stringAdds design-system classes to the active input.
onValueChange?(value: string, eventDetails: object): voidCalled with draft text as the user types, after internal state updates.