<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`ListValue`](ListValue)
## ListValue class
[Value](Value) wrapping an array of Values. Values do not all need to be of the same type.
1.10.0
**Signature:**
```typescript
export class ListValue extends NotNullValue
```
**Extends:** [`NotNullValue`](NotNullValue)
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [`(constructor)(value)`](ListValue/(constructor).md) | | The array passed in will be modified! |
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [`type`](ListValue/type) | <code>static</code> | <code>string</code> | 1.10.0 |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [`concat(other)`](ListValue/concat) | | |
| [`equals(other)`](Value/equals) | | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
| [`equals(a, b)`](Value/equals) | <code>static</code> | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
| [`get(index)`](ListValue/get) | | |
| [`includes(value)`](ListValue/includes) | | |
| [`isTruthy()`](ListValue/isTruthy) | | 1.10.0 |
| [`length()`](ListValue/length) | | |
| [`looseEquals(other)`](Value/looseEquals) | | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
| [`looseEquals(a, b)`](Value/looseEquals) | <code>static</code> | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
| [`renderTo(el, ctx)`](Value/renderTo) | | <p>Render this value into the provided HTMLElement.</p><p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
| [`toString()`](ListValue/toString) | | 1.10.0 |