ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ui.data.ActiveList.remove
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
তালিকা থেকে নির্দিষ্ট উপাদান সরিয়ে দেয়।
তালিকায় উপাদানটি উপস্থিত না থাকলে সরানো উপাদান বা শূন্য প্রদান করে।
ব্যবহার | রিটার্নস | ActiveList. remove (el) | অবজেক্ট |
যুক্তি | টাইপ | বিস্তারিত | এই: ui.data.activelist | ui.data.ActiveList | ui.data.ActiveList উদাহরণ। |
el | অবজেক্ট | উপাদান অপসারণ. |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe \u003ccode\u003eremove()\u003c/code\u003e method eliminates a specific element from an ActiveList.\u003c/p\u003e\n"],["\u003cp\u003eIt returns the removed element, or null if the element wasn't found in the list.\u003c/p\u003e\n"],["\u003cp\u003eThis method is used within a ui.data.ActiveList instance and requires the element to be removed as an argument.\u003c/p\u003e\n"]]],[],null,["# ui.data.ActiveList.remove\n\n\u003cbr /\u003e\n\nRemoves the specified element from the list.\n\n\u003cbr /\u003e\n\nReturns the removed element or null if the element was not present in the list.\n\n| Usage | Returns |\n|-------------------------|---------|\n| ActiveList.remove`(el)` | Object |\n\n| Argument | Type | Details |\n|----------------------------|--------------------|----------------------------------|\n| this: `ui.data.activelist` | ui.data.ActiveList | The ui.data.ActiveList instance. |\n| `el` | Object | The element to remove. |"]]