блочно > zelos > BottomRow > hasRightSquareCorner
Метод zelos.BottomRow.hasRightSquareCorner()
Визуализируйте круглый угол, если у блока нет выходного соединения.
Подпись:
hasRightSquareCorner(block: BlockSvg): false;
Параметры
Параметр | Тип | Описание |
---|
блокировать | БлокСвг | |
Возврат:
ЛОЖЬ
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-14 UTC.
[null,null,["Последнее обновление: 2024-11-14 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."]]],[]]