קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
blockly > blockRendering > InRowSpacer > (constructor)
blockRendering.InRowSpacer.(constructor)
יצירה של מופע חדש של המחלקה InRowSpacer
Signature:
constructor(constants: ConstantProvider, width: number);
פרמטרים
פרמטר |
סוג |
תיאור |
קבועים |
ConstantProvider |
הספק של קבועי העיבוד. |
רוחב |
number |
רוחב המפריד. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון 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"]],["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],["The `InRowSpacer` class constructor creates a new spacer instance. It requires two parameters: `constants`, a `ConstantProvider` object that provides rendering constants, and `width`, a number that defines the spacer's width. This constructor's function is to initialize a spacer object for use within block rendering processes, defining its width based on provided constants.\n"]]