ui.Map.Linker.get
Returns the element at the specified index.
Usage | Returns |
---|
Linker.get(index) | Object |
Argument | Type | Details |
---|
this: ui.data.activelist | ui.data.ActiveList | The ui.data.ActiveList instance. |
index | Number | The index of the element to return. |
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 `get` method retrieves the element located at a specific index within a ui.data.ActiveList."],["It accepts the index as an argument and returns the corresponding Object."],["This method is utilized within a ui.data.ActiveList instance to access individual elements based on their position."]]],["The `Linker.get(index)` method retrieves an element from a `ui.data.ActiveList` instance. It accepts a numerical `index` as input, representing the position of the desired element within the list. The method returns the object found at that specified `index`. The `ui.data.ActiveList` instance itself serves as the context for this operation.\n"]]