סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > סמלים > WarningIcon > מחיקה
שיטת Icon.WarningIcon.dispose()
Signature:
dispose(): void;
החזרות:
ריק
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-12 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-12 (שעון UTC)."],[[["`icons.WarningIcon.dispose()` is a method that removes the warning icon from the block."],["It has a void return type and requires no parameters."]]],["The `dispose()` method within the `icons.WarningIcon` class is a function that performs an action and doesn't return any value. Its signature indicates that it takes no arguments and is designed to be called to execute internal processes. The function is categorized under the Blockly library's icons namespace. The method likely handles the cleanup or removal of a warning icon object.\n"]]