blockly > BlockNavigationPolicy > getNextSibling

Méthode BlockNavigationPolicy.getNextSibling()

Renvoie le nœud pair suivant du bloc donné.

Signature :

getNextSibling(current: BlockSvg): IFocusableNode | null;

Paramètres

Paramètre Type Description
actuellement BlockSvg Bloc permettant de trouver l'élément suivant.

Renvoie :

IFocusableNode | null

Le premier nœud de la prochaine entrée/pile si le bloc donné est un bloc terminal, ou sa prochaine connexion.