blockly > blockRendering > MarkerSvg > showWithBlock_
blockRendering.MarkerSvg.showWithBlock_() method
Position and display the marker for a block.
Signature:
protected showWithBlock_(curNode: ASTNode): void;
Parameters
Parameter | Type | Description |
---|---|---|
curNode | ASTNode | The node to draw the marker for. |
Returns:
void