blockly > blockRendering > MarkerSvg > positionInput_
blockRendering.MarkerSvg.positionInput_() method
Position the marker for an input connection. Displays a filled in puzzle piece.
Signature:
protected positionInput_(connection: RenderedConnection): void;
Parameters
Parameter | Type | Description |
---|---|---|
connection | RenderedConnection | The connection to position marker around. |
Returns:
void