Resortable - v2.0.0-alpha.1
    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

    Properties

    Methods

    Properties

    element: HTMLElement

    Methods