<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`ListValue`](ListValue) › [`get`](ListValue/get)
## ListValue.get() method
**Signature:**
```typescript
get(index: number): Value;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>index</code> | <code>number</code> | |
**Returns:**
[`Value`](Value)
the value at the provided index, or [NullValue](NullValue)<!-- -->.
1.10.0