Resortable - v3.1.0
    Preparing search index...

    Interface SortableInstanceForStore

    Minimal Sortable interface for store callbacks Avoids circular dependency with the full Sortable class.

    interface SortableInstanceForStore {
        element: HTMLElement;
        options: SortableOptions;
        toArray(): string[];
    }
    Index
    element: HTMLElement