Skip to main content

Home > blockly > zelos > Drawer > drawRightSideRow_

zelos.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

ParameterTypeDescription
rowRowThe row to draw the side of.

Returns:

void