blockly > blockRendering > Drawer > drawStatementInput_
blockRendering.Drawer.drawStatementInput_() method
Add steps for a statement input.
Signature:
protected drawStatementInput_(row: Row): void;
Parameters
Parameter | Type | Description |
---|---|---|
row | Row | The row that this input belongs to. |
Returns:
void