Skip to main content

Home > blockly > IBubble > moveDuringDrag

IBubble.moveDuringDrag() method

Move this bubble during a drag.

Signature:

moveDuringDrag(newLoc: Coordinate): void;

Parameters

ParameterTypeDescription
newLocCoordinateThe location to translate to, in workspace coordinates.

Returns:

void