<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`ListValue`](ListValue) › [`(constructor)`](ListValue/(constructor).md) ## ListValue.(constructor) The array passed in will be modified! **Signature:** ```typescript constructor(value: (unknown | Value)[]); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | <code>value</code> | <code>(unknown &#124; </code>[`Value`](Value)<code>)[]</code> | <p>Contents of the list.</p><p> 1.10.0</p> |