Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ui.data.ActiveList.forEach
Stay organized with collections
Save and categorize content based on your preferences.
Iterates over each element, calling the provided callback. The callback is called for each element like: callback(element, index).
Usage | Returns | ActiveList.forEach(callback) | |
Argument | Type | Details | this: ui.data.activelist | ui.data.ActiveList | The ui.data.ActiveList instance. |
callback | Function | |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 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, \u003ccode\u003eforEach\u003c/code\u003e executes a provided callback function, passing the element and its index as arguments.\u003c/p\u003e\n"],["\u003cp\u003eIt does not return any value and is primarily used for side effects, such as modifying elements or performing actions based on their values.\u003c/p\u003e\n"]]],[],null,["# ui.data.ActiveList.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| ActiveList.forEach`(callback)` | |\n\n| Argument | Type | Details |\n|----------------------------|--------------------|----------------------------------|\n| this: `ui.data.activelist` | ui.data.ActiveList | The ui.data.ActiveList instance. |\n| `callback` | Function | |"]]