blockly > BlockSvg > getNextBlock
Methode BlockSvg.getNextBlock()
Gibt den nächsten Anweisungsblock zurück, der direkt mit diesem Block verbunden ist.
Unterschrift:
getNextBlock(): BlockSvg | null;
Gibt zurück:
BlockSvg | null
Der nächste Anweisungsblock oder null.
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-09-12 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-09-12 (UTC)."],[[["The `getNextBlock()` method is used to find the statement block directly connected to the current block."],["This method returns the connected `BlockSvg` object or `null` if there's no next statement block."],["It's part of the `BlockSvg` class in Blockly and helps navigate the block structure."]]],[]]