סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > IFlyout > getWidth
השיטה IFlyout.getWidth()
אחזור רוחב התפריט הנפתח.
Signature:
getWidth(): number;
החזרים:
number
רוחב התפריט הנפתח.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-22 (שעון UTC).
[null,null,["עדכון אחרון: 2024-11-22 (שעון UTC)."],[[["The `getWidth()` method is part of the `IFlyout` interface in Blockly."],["This method returns the width of the flyout as a numerical value."],["Its primary function is to retrieve the current width of the flyout element."]]],["The `getWidth` method, part of the `IFlyout` interface, retrieves the flyout's width. It is a function that takes no arguments and returns a numerical value representing the flyout's width. The method's signature is `getWidth(): number;`, indicating it's a function that returns a number. The return value is specifically defined as the width of the flyout.\n"]]