blockly > İmleç > sonraki
Cursor.next() yöntemi
Sonraki bağlantıyı, alanı veya bloğu bulun.
İmza:
next(): ASTNode | null;
Şunu döndürür:
ASTDüğümü | boş
Sonraki öğe. Geçerli düğüm ayarlanmamışsa veya sonraki değer yoksa null.
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-09-12 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-12 UTC."],[[["The `Cursor.next()` method is used to navigate to the next connection, field, or block within a Blockly workspace."],["It returns the next element as an ASTNode, or null if there is no next element or the current node is not set."]]],["The `Cursor.next()` method locates the subsequent connection, field, or block. It returns an `ASTNode`, representing the next element, if one exists. If the current node is not set or there's no next element, the method returns `null`. This method essentially navigates through elements within a structure, identifying the following component.\n"]]