blockly > zelos > BottomRow > hasRightSquareCorner
metoda zelos.bottomRow.hasRightSquareCorner()
Renderuj zaokrąglony róg, chyba że blok ma połączenie wyjściowe.
Podpis:
hasRightSquareCorner(block: BlockSvg): false;
Parametry
Zwroty:
fałsz
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-11 UTC.
[null,null,["Ostatnia aktualizacja: 2024-09-11 UTC."],[[["The `zelos.BottomRow.hasRightSquareCorner()` method determines whether the bottom right corner of a block should be rendered as round or square."],["It always returns `false`, indicating that the bottom right corner should be rounded unless the block has an output connection."],["This method is used within the rendering process of Blockly blocks in the Zelos theme."],["The input parameter `block` is an instance of the `BlockSvg` class representing the block being rendered."]]],[]]