blockly > blockRendering > MarkerSvg > showWithButton_
blockRendering.MarkerSvg.showWithButton_() method
Position and display the marker for a flyout button. This is a box with extra padding around the button.
Signature:
protected showWithButton_(curNode: ASTNode): void;
Parameters
Parameter | Type | Description |
---|---|---|
curNode | ASTNode | The node to draw the marker for. |
Returns:
void