blockly > CodeGenerator > name_
Właściwość CodeGenerator.name_
Podpis:
name_: string;
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-21 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-21 UTC."],[[["`CodeGenerator.name_` is a property that stores the name of the code generator."],["This name is used for identification and organization within Blockly's code generation process."],["It is declared as a string type, meaning it will contain textual data representing the generator's name."]]],["The `CodeGenerator.name_` property, a string, is defined within the Blockly code generation framework. This property holds a name, which is a string. It is accessible within the `CodeGenerator` class in the blockly library. It's signature is `name_: string;`. It is relevant to identifying a particular instance or type of code generator.\n"]]