blockly > ASTNode > الأنواع
تعداد ASTNode.types
Signature:
enum types
تعداد الأعضاء
عضو |
القيمة |
الوصف |
حظر |
"block" |
|
زر |
"button" |
|
الحقل |
"field" |
|
الإدخال |
"input" |
|
التالي |
"next" |
|
الصوت |
"output" |
|
الخطوة السابقة |
"previous" |
|
تجميع |
"stack" |
|
مساحة العمل |
"workspace" |
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `ASTNode.types` enum defines the different types of nodes that can be found within a Blockly abstract syntax tree (AST)."],["Each node type is represented by a string literal, such as \"block\", \"field\", or \"input\", indicating the role of the node in the AST structure."],["This enum allows for categorizing and identifying specific components of a Blockly program, enabling developers to navigate and manipulate the AST effectively."]]],[]]