Resortable - v2.1.5
    Preparing search index...

    Class KeyboardManagerInternal

    Handles keyboard navigation and operations for sortable lists

    Index

    Constructors

    • Parameters

      • container: HTMLElement
      • zone: DropZone
      • selectionManager: SelectionManager
      • events: SortableEventSystem
      • groupName: string
      • Optionaloptions: {
            deselectOnClickOutside?: boolean;
            multiDrag?: boolean;
            multiDragKey?: null | "ctrl" | "meta" | "shift" | "alt";
            handle?: string;
            controlled?: boolean;
            ghostManager?: GhostManager;
            draggable?: string;
            dataIdAttr?: string;
        }

      Returns KeyboardManager

    Methods