Skip to main content

Home > 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

ParameterTypeDescription
_blockBlockSvgThe block whose top row this represents.

Returns:

boolean

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