blockly > IBubble > moveDuringDrag
IBubble.moveDuringDrag() method
Move this bubble during a drag.
Signature:
moveDuringDrag(newLoc: Coordinate): void;
Parameters
Parameter | Type | Description |
---|---|---|
newLoc | Coordinate | The location to translate to, in workspace coordinates. |
Returns:
void