ui.Map.Linker.remove
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
عنصر مشخص شده را از لیست حذف می کند.
اگر عنصر در لیست نبود، عنصر حذف شده یا null را برمیگرداند.
استفاده | برمی گرداند | Linker. remove (el) | شیء |
استدلال | تایپ کنید | جزئیات | این: ui.data.activelist | ui.data.ActiveList | نمونه ui.data.ActiveList. |
el | شیء | عنصری که باید حذف شود. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eThe \u003ccode\u003eremove()\u003c/code\u003e method eliminates a specific element from a ui.data.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 called on a ui.data.ActiveList instance and requires the target element as an argument.\u003c/p\u003e\n"]]],["The function `remove(el)` removes a specified element (`el`) from a `ui.data.ActiveList`. It returns the removed element as an Object if it was present within the list; otherwise, it returns `null`. The function operates on an instance of `ui.data.ActiveList`, denoted as `this: ui.data.activelist`. The argument `el` is the Object that is intended to be removed from the list.\n"],null,["# ui.Map.Linker.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| Linker.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. |"]]