Type Alias: HoldPhase
type HoldPhase = "idle" | "pending" | "dragging";
Defined in: core/hold-to-drag.ts:8
Hold-to-drag threshold - pure timing state for title-bar dragging.
A press only becomes a drag after being held for delaySeconds. Anything
shorter is a click (pin/minimize/close and friends), so buttons on the
drag surface never fight the drag gesture.