סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > CodeGenerator > name_
מאפיין CodeGenerator.name_
Signature:
name_: string;
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-21 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]