Home > blockly > blockRendering > Drawer > drawValueInput_
blockRendering.Drawer.drawValueInput_() method
Add steps for an external value input, rendered as a notch in the side of the block.
Signature:
protected drawValueInput_(row: Row): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| row | Row | The row that this input belongs to. |
Returns:
void