Skip to main content

Home > blockly > IBubble > moveTo

IBubble.moveTo() method

Move the bubble to the specified location in workspace coordinates.

Signature:

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

Parameters

ParameterTypeDescription
xnumberThe x position to move to.
ynumberThe y position to move to.

Returns:

void