blockly > blockRendering > RenderInfo > alignStatementRow_

Méthode blockRendering.RenderInfo.alignStatementRow_()

Aligne les éléments d'une ligne d'instruction en fonction des limites calculées. Contrairement aux autres types de lignes, les lignes d'instruction ajoutent de l'espace à plusieurs endroits.

Signature :

protected alignStatementRow_(row: InputRow): void;

Paramètres

Paramètres Type Description
ligne InputRow Ligne d'instruction à redimensionner.

Renvoie :

void