סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
blockly > blockRendering > שורה > endsWithElemSpacer
שיטת blockRendering.Row.endsWithElemSpacer()
ההגדרה קובעת אם השורה הזו צריכה להסתיים במפריד רכיב.
Signature:
endsWithElemSpacer(): boolean;
החזרות:
בוליאני
האם השורה צריכה להסתיים ברווח.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-21 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2024-08-21 (שעון UTC)."],[[["The `endsWithElemSpacer()` method is part of Blockly's block rendering system and specifically belongs to the `blockRendering.Row` class."],["This method is used to determine if a row in a rendered block should conclude with an element spacer, influencing the visual layout of the block."],["The method returns a boolean value (`true` or `false`) indicating whether an element spacer is required at the end of the row."]]],["The `endsWithElemSpacer()` method, part of the `blockRendering.Row` class, checks if a row in a block rendering should conclude with an element spacer. It returns a boolean value indicating whether a spacer should be placed at the end of the row. The method's primary function is to determine the presence of a trailing spacer within the row's rendering.\n"]]