Signature
TimecodeField: { Input: ForwardRefExoticComponent<TimecodeFieldInputProps & RefAttributes<HTMLInputElement>>; Root: ForwardRefExoticComponent<TimecodeFieldRootProps & RefAttributes<HTMLSpanElement>>; Trigger: ForwardRefExoticComponent<TimecodeFieldTriggerProps & RefAttributes<HTMLButtonElement>> }Properties
| Name | Signature | Description |
|---|---|---|
Input | Input: ForwardRefExoticComponent<TimecodeFieldInputProps & RefAttributes<HTMLInputElement>> | Temporary `TimecodeInput` rendered while the field is actively editing. |
Root | Root: ForwardRefExoticComponent<TimecodeFieldRootProps & RefAttributes<HTMLSpanElement>> | Root state manager that swaps between compact display and typed editing. |
Trigger | Trigger: ForwardRefExoticComponent<TimecodeFieldTriggerProps & RefAttributes<HTMLButtonElement>> | Button that displays the formatted timecode and starts editing on activation. |