Skip to content

SelectionMovingConfig

Configuration for selection moving behavior.

edgePanningEnabled: boolean

Enable edge panning when the moved node is near the edge of the viewport.

true

edgePanningForce: number

Multiplier for edge panning speed while dragging nodes near the edge of the viewport.

10

edgePanningThreshold: number

The threshold in pixels for edge panning to start. If the mouse pointer is within this distance from the edge of the viewport, panning will be triggered.

30