blockly > IBubble > moveTo

IBubble.moveTo() method

Move the bubble to the specified location in workspace coordinates.

Signature:

moveTo(x: number, y: number): void;

Parameters

Parameter Type Description
x number The x position to move to.
y number The y position to move to.

Returns:

void