blockly > blockRendering > TopRow > hasLeftSquareCorner
blockRendering.TopRow.hasLeftSquareCorner()-Methode
Gibt zurück, ob die obere Zeile eine linke quadratische Ecke hat.
Unterschrift:
hasLeftSquareCorner(block: BlockSvg): boolean;
Parameter
Parameter |
Typ |
Beschreibung |
Block |
BlockSvg |
Block, dessen oberste Zeile dies darstellt. |
Gibt zurück:
boolean
Gibt an, ob die obere Zeile eine linke quadratische Ecke hat.
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-29 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-08-29 (UTC)."],[[["The `blockRendering.TopRow.hasLeftSquareCorner()` method determines if a block's top row starts with a square corner on the left side."],["It takes one argument: the `BlockSvg` object to inspect."],["The method returns `true` if the top row has a left square corner and `false` otherwise."]]],[]]