InterfacesIDraggerOn this pageblockly > IDragger IDragger interface Signature: export interface IDragger Methods MethodDescriptiononDrag(e, totalDelta)Handles dragging, including calculating where the element should actually be moved to.onDragEnd(e, totalDelta)Handles any drag cleanup.onDragStart(e)Handles any drag startup.