blockly > blockRendering > MarkerSvg > showAtLocation_
blockRendering.MarkerSvg.showAtLocation_() method
Update the marker's visible state based on the type of curNode..
Signature:
protected showAtLocation_(curNode: ASTNode): void;
Parameters
Parameter | Type | Description |
---|---|---|
curNode | ASTNode | The node that we want to draw the marker for. |
Returns:
void