blockly > blockRendering > MarkerSvg > showWithInput_
blockRendering.MarkerSvg.showWithInput_() method
Position and display the marker for an input. This is a puzzle piece.
Signature:
protected showWithInput_(curNode: ASTNode): void;
Parameters
Parameter | Type | Description |
---|---|---|
curNode | ASTNode | The node to draw the marker for. |
Returns:
void