Skip to main content

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

ParameterTypeDescription
rowRowThe row that this input belongs to.

Returns:

void