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