DragDrop
Class
Service that allows for drag-and-drop functionality to be attached to DOM elements.
createDrag
DragRef<T>
Turns an element into a draggable item.
@paramelement
any
Element to which to attach the dragging functionality.
@returns
DragRef<T>
createDropList
DropListRef<T>
Turns an element into a drop list.
@paramelement
any
Element to which to attach the drop list functionality.
@returns
DropListRef<T>
Jump to details