Class DraggingInfo

GoJS® Diagramming Components
version 3.0.1
by Northwoods Software®

This is used in dragging methods to remember initial locations, for relative positioning and for cancellation. You do not typically need to create these unless you are overriding tools.

CommandHandler.computeEffectiveCollection returns a Map of Parts and DraggingInfo, which is used as an argument for methods like Diagram.computeMove.

Diagram.moveParts constructs a Map of Parts and DraggingInfo to record each Part's location offset during moves.

since

2.0

Index

Constructors

Accessors

Constructors

Accessors

  • Gets or sets the initial location for a dragged object. This is most commonly the Part.location of the dragged object, or a rounded Part.location if snapping.