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

Parameter Type Description
block BlockSvg The block whose bottom row this represents.

Returns:

boolean

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