গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
ব্লকলি > ফ্লাইআউট > নিষ্পত্তি
Flyout.dispose() পদ্ধতি
এই ফ্লাইআউটটি নিষ্পত্তি করুন। মেমরি লিক প্রতিরোধ করতে সমস্ত DOM উপাদান থেকে লিঙ্কমুক্ত করুন৷
স্বাক্ষর:
dispose(): void;
রিটার্ন:
অকার্যকর
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-12 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-12 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `dispose()` method is used to remove the flyout and prevent memory leaks."],["It works by unlinking the flyout from associated DOM elements."],["Calling `dispose()` doesn't return any value."]]],["The `Flyout.dispose()` method is used to remove a flyout from the DOM. Its primary function is to prevent memory leaks by unlinking the flyout from all associated DOM elements. The method takes no parameters and returns nothing, indicated by the `void` return type. Essentially, it cleans up the flyout's resources when it is no longer needed.\n"]]