Skip to content

ListValue.get method

ListValue › get

Official

Get the value at the provided index.

Signature:

get(index: number): Value

Parameters:

Parameter Type Description
index number

Returns: Valuethe value at the provided index, or NullValue.

Since: 1.10.0