סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > Flyout > autoHide
שיטת Flyout.autoהסתרה()
מסתיר את הנברשת באופן אוטומטי אם היא סוגרת אותה באופן אוטומטי.
Signature:
autoHide(onlyClosePopups: boolean): void;
פרמטרים
פרמטר |
סוג |
תיאור |
onlyClosePopups |
בוליאני |
|
החזרות:
ריק
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-12 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-12 (שעון UTC)."],[[["The `autoHide` method automatically hides the flyout when it's set to autoclose."],["It takes an optional boolean parameter `onlyClosePopups` which influences how the auto-hiding behavior functions."],["Calling `autoHide` has no return value (void)."]]],["The `Flyout.autoHide()` method automatically hides a flyout if it's designed for auto-closing. It accepts a boolean parameter, `onlyClosePopups`, to control its behavior. The method's purpose is to manage the visibility of auto-closing flyouts. It returns no value (void).\n"]]