blockly > MoveIndicator > moveTo
MoveIndicator.moveTo() method
Moves this indicator to the specified location.
Signature:
moveTo(x: number, y: number): void;
Parameters
Parameter | Type | Description |
|---|---|---|
x | number | The location on the X axis to move to. |
y | number | The location on the Y axis to move to. |
Returns:
void