ui.data.ActiveList.forEach
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."],[[["The `forEach` method iterates through each element of a `ui.data.activelist`."],["For each element, `forEach` executes a provided callback function, passing the element and its index as arguments."],["It does not return any value and is primarily used for side effects, such as modifying elements or performing actions based on their values."]]],[]]