CdkDragEnter
interface
Event emitted when the user moves an item into a new drop container.
container
CdkDropList<T>Container into which the user has moved the item.
item
CdkDrag<I>Item that was moved into the container.
currentIndex
numberIndex at which the item has entered the container.
Jump to details