Skip to content

TimelineDragState

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

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

Properties

kind

kind: TimelineDragKind

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


marquee

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.