blockly > CodeGenerator > name_
CodeGenerator.name_ özelliği
İmza:
name_: string;
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-21 UTC.
[null,null,["Son güncelleme tarihi: 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"]]