ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ui.Map.Linker.forEach
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
প্রদত্ত কলব্যাক কল করে প্রতিটি উপাদানের উপর পুনরাবৃত্তি করে। কলব্যাক প্রতিটি উপাদানের জন্য বলা হয় যেমন: কলব্যাক (উপাদান, সূচক)।
ব্যবহার | রিটার্নস | Linker. forEach (callback) | |
যুক্তি | টাইপ | বিস্তারিত | এই: ui.data.activelist | ui.data.ActiveList | ui.data.ActiveList উদাহরণ। |
callback | ফাংশন | |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eforEach\u003c/code\u003e method iterates through each element of a \u003ccode\u003eui.data.ActiveList\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eFor each element, it executes a provided callback function with the element and its index as arguments.\u003c/p\u003e\n"],["\u003cp\u003eThe method is invoked on a \u003ccode\u003eui.data.ActiveList\u003c/code\u003e instance (referred to as 'this' in the context of the callback).\u003c/p\u003e\n"],["\u003cp\u003eIt does not return any specific value (indicated by the empty 'Returns' column).\u003c/p\u003e\n"]]],["The `forEach` method iterates through each element in a `ui.data.ActiveList` instance. For every element, it executes a provided callback function. This callback receives two arguments: the current element and its index. No value is returned by `forEach`. The method requires a callback function as its argument and operates on the `ui.data.ActiveList` instance.\n"],null,["# ui.Map.Linker.forEach\n\n\u003cbr /\u003e\n\nIterates over each element, calling the provided callback. The callback is called for each element like: callback(element, index).\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------|---------|\n| Linker.forEach`(callback)` | |\n\n| Argument | Type | Details |\n|----------------------------|--------------------|----------------------------------|\n| this: `ui.data.activelist` | ui.data.ActiveList | The ui.data.ActiveList instance. |\n| `callback` | Function | |"]]