Interface

PlayheadAreaProps

Props for the interactive playhead scrub area.

Signature

Type Definition
Interface PlayheadAreaProps

Properties

NameSignatureDescription
className?className?: stringAdditional class names applied to the absolute-positioned scrub area.
onDoubleClick?(time: RationalTime, engine: TimelineEngine, e: PointerEvent<Element> | MouseEvent<Element, MouseEvent>): voidCustom handler for double-click or double-tap marker behavior at a timeline time.