ClipInteractionLayer | ClipInteractionLayer: ForwardRefExoticComponent<ClipInteractionLayerProps & RefAttributes<HTMLDivElement>> | Delegated clip hit-test and edit interaction layer. |
KeyboardScope | KeyboardScope: ForwardRefExoticComponent<KeyboardScopeProps & RefAttributes<HTMLDivElement>> | Focus-scoped keyboard shortcut container for timeline editor surfaces. |
KeyframeCurveInteractionLayer | KeyframeCurveInteractionLayer: ForwardRefExoticComponent<KeyframeCurveInteractionLayerProps & RefAttributes<HTMLDivElement>> | Delegated Bezier keyframe curve handle interaction layer. |
KeyframeInteractionLayer | KeyframeInteractionLayer: ForwardRefExoticComponent<KeyframeInteractionLayerProps & RefAttributes<HTMLDivElement>> | Delegated keyframe hit-test and edit interaction layer. |
PlayheadArea | PlayheadArea: ForwardRefExoticComponent<PlayheadAreaProps & Omit<HTMLAttributes<HTMLDivElement>, "onDoubleClick"> & RefAttributes<HTMLDivElement>> | Transparent scrub area for moving the playhead and adding markers. |
PlayheadGrabber | PlayheadGrabber: ForwardRefExoticComponent<PlayheadGrabberProps & Omit<HTMLAttributes<HTMLDivElement>, "children" | "onDoubleClick"> & RefAttributes<HTMLDivElement>> | Draggable playhead handle. |
RangeSelector | RangeSelector: ForwardRefExoticComponent<RangeSelectorProps & RefAttributes<HTMLDivElement>> & object | Headless range selection slider for timeline In/Out bounds. |
Root | Root: ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>> | Root provider-aware container for the timeline interaction surface. |
Track | Track: ForwardRefExoticComponent<TrackItemProps & RefAttributes<HTMLDivElement>> | Track row component bound to a track id. |
TrackHeader | TrackHeader: ForwardRefExoticComponent<TrackHeaderProps & RefAttributes<HTMLDivElement>> | DOM track header row bound to a track id. |
TrackHeaderList | TrackHeaderList: ForwardRefExoticComponent<TrackHeaderListProps & RefAttributes<HTMLDivElement>> | Static left-column list for timeline track headers. |
TrackHeaderResizeHandle | TrackHeaderResizeHandle: ForwardRefExoticComponent<TrackHeaderResizeHandleProps & RefAttributes<HTMLDivElement>> | Pointer-captured handle for resizing a track header row. |
TrackList | TrackList: ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>> | Scrollable list container for timeline track rows. |
VerticalScrollbar | VerticalScrollbar: ForwardRefExoticComponent<VerticalScrollbarRootProps & RefAttributes<HTMLDivElement>> | Vertical scrollbar root wired to the timeline track viewport. |
VerticalScrollbarHandle | VerticalScrollbarHandle: ForwardRefExoticComponent<RangeScrollbarHandleProps & RefAttributes<HTMLDivElement>> | Range handle for custom vertical scrollbar compositions. |
VerticalScrollbarThumb | VerticalScrollbarThumb: ForwardRefExoticComponent<RangeScrollbarThumbProps & RefAttributes<HTMLDivElement>> | Draggable scrollbar thumb representing the visible track rows. |
ViewportScrollbar | ViewportScrollbar: ForwardRefExoticComponent<ViewportScrollbarRootProps & RefAttributes<HTMLDivElement>> | Scrollbar root wired to the timeline viewport range. |
ViewportScrollbarHandle | ViewportScrollbarHandle: ForwardRefExoticComponent<RangeScrollbarHandleProps & RefAttributes<HTMLDivElement>> | Resize handle for adjusting one side of the visible timeline window. |
ViewportScrollbarThumb | ViewportScrollbarThumb: ForwardRefExoticComponent<RangeScrollbarThumbProps & RefAttributes<HTMLDivElement>> | Draggable scrollbar thumb representing the visible timeline window. |