blockly > blockRendering > BottomRow > hasRightSquareCorner

blockRendering.BottomRow.hasRightSquareCorner() method

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

Signature:

hasRightSquareCorner(_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 right square corner.