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