blockly > ASTNode > türler
ASTNode.types sıralaması
İmza:
enum types
Numaralandırma Üyeleri
Üye |
Değer |
Açıklama |
ENGELLE |
"block" |
|
DÜĞME |
"button" |
|
ALAN |
"field" |
|
GİRİŞ |
"input" |
|
İLERİ |
"next" |
|
ÇIKIŞ |
"output" |
|
ÖNCEKİ |
"previous" |
|
YIĞIN |
"stack" |
|
ÇALIŞMA ALANI |
"workspace" |
|
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."],[[["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."]]],[]]