blockly > BlockSvg > getNextBlock
BlockSvg.getNextBlock() method
Return the next statement block directly connected to this block.
Signature:
getNextBlock(): BlockSvg | null;
Returns:
BlockSvg | null
The next statement block or null.
blockly > BlockSvg > getNextBlock
Return the next statement block directly connected to this block.
Signature:
getNextBlock(): BlockSvg | null;
Returns:
BlockSvg | null
The next statement block or null.