blockly > blockRendering > RenderInfo > alignStatementRow_

blockRendering.RenderInfo.alignStatementRow_() method

Align the elements of a statement row based on computed bounds. Unlike other types of rows, statement rows add space in multiple places.

Signature:

protected alignStatementRow_(row: InputRow): void;

Parameters

Parameter Type Description
row InputRow The statement row to resize.

Returns:

void