createDragRef
function
Creates a DragRef for an element, turning it into a draggable item.
API
function createDragRef<T = unknown>(
injector: Injector,
element: any,
config?: DragRefConfig,
): DragRef<T>;@paramelement
anyElement to which to attach the dragging functionality.
@returns
DragRef<T>Jump to details