Skip to main content

blockly > IDragStrategy > drag

IDragStrategy.drag() method

Handles moving elements to the new location, and updating any visuals based on that (e.g connection previews for blocks).

Signature:

drag(newLoc: Coordinate, e?: PointerEvent): void;

Parameters

Parameter

Type

Description

newLoc

Coordinate

Workspace coordinate to which the draggable has been dragged.

e

PointerEvent

(Optional) PointerEvent that continued the drag. Can be used to check modifier keys, etc.

Returns:

void