blockly > Bloquer > getNextBlock

Méthode Block.getNextBlock()

Renvoie le bloc d'instructions suivant directement connecté à ce bloc.

Signature :

getNextBlock(): Block | null;

Renvoie :

Bloquer | nul

Bloc d'instruction suivant ou valeur null.