blockly > IDragger

IDragger interface

Signature:

export interface IDragger 

Methods

Method Description
onDrag(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.