blockly > blockRendering > RenderInfo > alignStatementRow_

blockRendering.RenderInfo.alignStatementRow_() メソッド

計算された境界に基づいて、ステートメント行の要素を位置揃えします。他のタイプの行とは異なり、ステートメント行は複数の場所にスペースを追加します。

署名:

protected alignStatementRow_(row: InputRow): void;

パラメータ

パラメータ 種類 説明
InputRow サイズ変更するステートメントの行。

戻り値:

void