blockly > Bloquer > getField

Méthode Block.getField()

Renvoie le champ nommé d'un bloc.

Signature :

getField(name: string): Field | null;

Paramètres

Paramètre Type Description
nom chaîne Nom du champ.

Renvoie :

Champ | nul

Champ nommé, ou valeur nulle si le champ n'existe pas.