blockly > geras > Highlighter > drawTopCorner
geras.Highlighter.drawTopCorner() method
Add a highlight to the top corner of a block.
Signature:
drawTopCorner(row: TopRow): void;
Parameters
Parameter | Type | Description |
---|---|---|
row | TopRow | The top row of the block. |
Returns:
void