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
Parameter | Type | Description |
---|---|---|
row | Row | The row to draw the side of. |
Returns:
void