Type Alias

UseTimelineClipRectsOptions

Options accepted by `useTimelineClipRects`.

Usage notes

Pass the same ruler, track-height, and edge-threshold values used by your renderer or interaction layer so DOM overlays line up with canvas-painted clips. Leave options empty when using the default package geometry.

Signature

Type Definition
UseTimelineClipRectsOptions: TimelineClipGeometryOptions

Alias

UseTimelineClipRectsOptions aliases TimelineClipGeometryOptions from @techsquidtv/canvas-timeline-core.
Aliased Type Definition
TimelineClipGeometryOptions: TimelineInteractionGeometry

Options for building all clip viewport geometry.