blockly > geras > Highlighter > drawValueInput
geras.Highlighter.drawValueInput() method
Add a highlight on a value input.
Signature:
drawValueInput(row: Row): void;
Parameters
Parameter | Type | Description |
---|---|---|
row | Row | The row the input belongs to. |
Returns:
void