blockly > blockRendering > MarkerSvg > positionOutput_
blockRendering.MarkerSvg.positionOutput_() method
Position the marker for an output connection. Displays a puzzle outline and the top and bottom path.
Signature:
protected positionOutput_(width: number, height: number, connectionShape: PuzzleTab): void;
Parameters
Parameter | Type | Description |
---|---|---|
width | number | The width of the block. |
height | number | The height of the block. |
connectionShape | PuzzleTab | The shape object for the connection. |
Returns:
void