Interface

PlayheadGrabberProps

Props for the draggable playhead handle.

Signature

Type Definition
Interface PlayheadGrabberProps

Properties

NameSignatureDescription
children?children?: TimeGrabberChildrenCustom composable children node or render prop function.
className?className?: stringAdditional class names applied to the draggable playhead handle.
onDoubleClick?(time: RationalTime, engine: TimelineEngine, e: PointerEvent): voidCustom handler for double-click or double-tap marker behavior at the playhead.