blockly > blockRendering > MarkerSvg > showWithStack_

blockRendering.MarkerSvg.showWithStack_() method

Position and display the marker for a stack. This is a box with extra padding around the entire stack of blocks.

Signature:

protected showWithStack_(curNode: ASTNode): void;

Parameters

Parameter Type Description
curNode ASTNode The node to draw the marker for.

Returns:

void