סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > IToolbox > getWidth
קבלת הרוחב של ארגז הכלים.
Signature:
getWidth(): number;
החזרות:
number
הרוחב של ארגז הכלים.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-20 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-20 (שעון UTC)."],[[["The `getWidth()` method is part of the `IToolbox` interface in Blockly and is used to retrieve the width of the toolbox."],["It returns a numerical value representing the width of the toolbox."]]],["The `getWidth` method, part of the `IToolbox` interface, retrieves the toolbox's width. It is a method that takes no arguments and returns a numerical value. This returned number represents the width of the toolbox in an unspecified unit. The method's signature, `getWidth(): number;`, specifies this structure.\n"]]