blockly > zelos > MarkerSvg > showWithBlock_
zelos.MarkerSvg.showWithBlock_() method
Draw a rectangle around the block.
Signature:
showWithBlock_(curNode: ASTNode): void;
Parameters
Parameter | Type | Description |
---|---|---|
curNode | ASTNode | The current node of the marker. |
Returns:
void