Resortable - v2.1.5
    Preparing search index...

    Interface MarqueeScopeEntry

    One kind of selectable item participating in a multi-list marquee. Kinds are mutually exclusive per marquee: the first kind the rectangle touches locks the mode until the selection is cleared (Finder-style "you're selecting clips OR songs, never both").

    interface MarqueeScopeEntry {
        itemSelector: string;
        hitSelector?: string;
    }
    Index

    Properties

    itemSelector: string

    CSS selector matching the participating items (e.g. .clip)

    hitSelector?: string

    Sub-element of the item that must intersect the marquee (e.g. a drag handle). Items without a match never intersect.