ClassesFlyoutButtonblockly.flyoutbutton.movetoOn this pageHome > blockly > FlyoutButton > moveTo FlyoutButton.moveTo() method Move the button to the given x, y coordinates. Signature: moveTo(x: number, y: number): void; Parameters ParameterTypeDescriptionxnumberThe new x coordinate.ynumberThe new y coordinate. Returns: void