ee.List.getArray

Returns the array at the specified position in list. A negative index counts backwards from the end of the list. If the value is not a array, an error will occur.

UsageReturns
List.getArray(index)Array
ArgumentTypeDetails
this: listList
indexInteger