blockly > blockRendering > TopRow > hasRightSquareCorner

blockRendering.TopRow.hasRightSquareCorner() method

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

Signature:

hasRightSquareCorner(_block: BlockSvg): boolean;

Parameters

Parameter Type Description
_block BlockSvg The block whose top row this represents.

Returns:

boolean

Whether or not the top row has a right square corner.