Signature
Interface PlayheadGrabberPropsProperties
| Name | Signature | Description |
|---|---|---|
children? | children?: TimeGrabberChildren | Custom composable children node or render prop function. |
className? | className?: string | Additional class names applied to the draggable playhead handle. |
onDoubleClick? | (time: RationalTime, engine: TimelineEngine, e: PointerEvent): void | Custom handler for double-click or double-tap marker behavior at the playhead. |