blockly > bubbles > Bubble > drag

bubbles.Bubble.drag() method

Drags the bubble to the given location.

Signature:

drag(newLoc: Coordinate): void;

Parameters

Parameter Type Description
newLoc Coordinate

Returns:

void