前面的元素
后面的元素
拖拽时复制的元素
previous list 拖拽的来源容器元素
dragged element 拖拽的元素
New index within parent, only counting draggable elements
new index within parent 新的位置
When MultiDrag is used to sort, this holds a HTMLElement and newIndex for each item.
oldIndicies[number]
is directly related to newIndicies[number]
If MultiDrag is not used to sort, this array will be empty.
Old index within parent, only counting draggable elements
old index within parent 旧的位置
When MultiDrag is used to sort, this holds a HTMLElement and oldIndex for each item selected.
oldIndicies[number]
is directly related to newIndicies[number]
If MultiDrag is not used to sort, this array will be empty.
Pull mode if dragging into another sortable 拖拽的方式
When Swap is used to sort, this will contain the dragging item that was dropped on. 排序时候使用,
鼠标在什么元素上面
list, in which moved element. 目标的容器元素
Generated using TypeDoc
组件拖拽事件