Skip to content

element_at

function element_at(column, index): Column;

Defined in: functions/collection.ts:115

Returns the element at the given (1-based) index in the array or the value for the given key in a map.

ParameterType
columnColOrName
indexColOrName

Column