blockly > blockRendering > MarkerSvg > showWithCoordinates_
blockRendering.MarkerSvg.showWithCoordinates_() method
Position and display the marker for a workspace coordinate. This is a horizontal line.
Signature:
protected showWithCoordinates_(curNode: ASTNode): void;
Parameters
Parameter | Type | Description |
---|---|---|
curNode | ASTNode | The node to draw the marker for. |
Returns:
void