blockly > Ereignisse > BlockMove > oldInputName
Der Name der alten Eingabe. Nicht definiert, wenn es ein Block der obersten Ebene oder der nächste Block der übergeordneten Einheit war.
Unterschrift:
oldInputName?: string;
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-22 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-08-22 (UTC)."],[[["The `oldInputName` property of the `Blockly.Events.BlockMove` class stores the name of the input the block was connected to before the move."],["If the block was a top-level block or connected to the parent's next block, `oldInputName` will be undefined."],["This property helps track the previous connection state of a block during a move event within Blockly."]]],[]]