Skip to main content

Home > blockly > blockRendering > BottomRow > hasLeftSquareCorner

blockRendering.BottomRow.hasLeftSquareCorner() method

Returns whether or not the bottom row has a left square corner.

Signature:

hasLeftSquareCorner(block: BlockSvg): boolean;

Parameters

ParameterTypeDescription
blockBlockSvgThe block whose bottom row this represents.

Returns:

boolean

Whether or not the bottom row has a left square corner.