blockly > geras > Highlighter > drawRightSideRow
geras.Highlighter.drawRightSideRow() method
Add a highlight on the right side of a row.
Signature:
drawRightSideRow(row: Row): void;
Parameters
Parameter | Type | Description |
---|---|---|
row | Row | The row to highlight. |
Returns:
void