OptionalmarqueeOptionalthresholdMinimum pixels of movement before marquee activates
OptionalaltAllow Alt+drag on items to start marquee instead of item drag
OptionalmarqueeRoot element for the pointerdown listener. HTMLElement or CSS selector. Default: 'html'
OptionalmarqueeFilter where marquee can start. Draggable items are always implicitly excluded.
OptionaldeselectClear selection on click-away (sub-threshold click on non-item space). Default: true
OptionaldeselectFilter where click-away deselection is suppressed.
OptionaltouchHold delay in ms before marquee starts on touch devices. Default: 300
OptionaltouchPixels of movement allowed during touch hold before cancelling. Default: 10
OptionalscopeMulti-list scope. When set, the marquee hit-tests every element
matching each entry's itemSelector inside the marquee area, resolves
each item's owning Sortable instance, and applies selection through
that instance (so per-instance select events fire normally). When
omitted, only the installing instance's own items participate.
OptionalscrollScrollable container to anchor the marquee to. The marquee element is appended inside it (content coordinates, so it stretches while the container scrolls) and pointer positions near the container's top or bottom edge auto-scroll it. HTMLElement or CSS selector.
OptionalautoDistance (px) from the scrollContainer edge that triggers auto-scroll. Default: 30
OptionalautoAuto-scroll speed in px per millisecond. Default: 0.3
CSS class applied to the marquee rectangle element