Skip to main content

blockly > geras > Highlighter > drawStatementInput

geras.Highlighter.drawStatementInput() method

Add a highlight on a statement input.

Signature:

drawStatementInput(row: Row): void;

Parameters

Parameter

Type

Description

row

Row

The row to highlight.

Returns:

void