blockly > Noms > getName

Méthode Names.getName()

Convertissez un nom d'entité Blockly en nom d'entité juridique exportable.

Signature :

getName(nameOrId: string, type: NameType | string): string;

Paramètres

Paramètre Type Description
nameOrId chaîne Nom de l'entité Blockly (sans contrainte) ou ID de la variable.
type Type de nom | chaîne Type du nom dans Blockly ("VARIABLE", "PROCEDURE", "DEVELOPER_VARIABLE", etc.).

Renvoie :

chaîne

Nom d'entité légal dans la langue exportée.