InterfacesIBubbleblockly.ibubble.movetoOn this pageHome > blockly > IBubble > moveTo IBubble.moveTo() method Move the bubble to the specified location in workspace coordinates. Signature: moveTo(x: number, y: number): void; Parameters ParameterTypeDescriptionxnumberThe x position to move to.ynumberThe y position to move to. Returns: void