Skip to main content

blockly > blockRendering > Drawer > drawRightSideRow_

blockRendering.Drawer.drawRightSideRow_() method

Add steps for the right side of a row that does not have value or statement input connections.

Signature:

protected drawRightSideRow_(row: Row): void;

Parameters

Parameter

Type

Description

row

Row

The row to draw the side of.

Returns:

void