Resortable - v2.0.0-alpha.1
    Preparing search index...

    Interface SortableInstance

    Type alias for Sortable instance used in plugins to avoid circular dependencies

    interface SortableInstance {
        element: HTMLElement;
        options: SortableOptions;
        eventSystem: EventSystemInterface;
        dragManager?: DragManagerInterface;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Allow additional properties for plugin-specific extensions - justified for plugin extensibility

    Index

    Properties

    element: HTMLElement

    The DOM element that this Sortable instance is bound to

    Current configuration options for this Sortable instance

    Event system for this instance

    dragManager?: DragManagerInterface

    Drag manager for this instance