blockly > CodeGenerator > allNestedComments
Bloklardan oluşan bir ağacı tekrar tekrar gözden geçirerek tüm yorumları ekrana getirir.
İmza:
allNestedComments(block: Block): string;
Parametreler
Parametre |
Tür |
Açıklama |
engelle |
Engelle |
Örümcek öğrenmeye başlanacak blok. |
Şunu döndürür:
dize
Yorumların birleştirilmiş listesi.
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 `allNestedComments` method, part of the `CodeGenerator` class, retrieves all comments from a block and its nested blocks."],["It takes a `Block` object as input and returns a single string containing all the comments concatenated together."],["This method is used to gather all comments associated with a specific block and its descendants within a Blockly workspace."]]],[]]