Skip to content
Entangle UI v0.13.0

TimelineDragState

Defined in: src/components/editor/Timeline/TimelineStore.ts:52

Snapshot of the drag slice — active gesture + optional marquee rectangle.

kind: TimelineDragKind

Defined in: src/components/editor/Timeline/TimelineStore.ts:53


marquee: { height: number; width: number; x: number; y: number; } | null

Defined in: src/components/editor/Timeline/TimelineStore.ts:55

Marquee rectangle in track-area CSS px (box-select), or null.