CdkDragSortEvent
interface
Event emitted when the user swaps the position of two drag items.
previousIndex
numberIndex from which the item was sorted previously.
currentIndex
numberIndex that the item is currently in.
container
CdkDropList<T>Container that the item belongs to.
Jump to details