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.