blockly > blockRendering > TopRow > hasLeftSquareCorner

blockRendering.TopRow.hasLeftSquareCorner() method

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

Signature:

hasLeftSquareCorner(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 left square corner.