<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`ObjectValue`](ObjectValue) ## ObjectValue class [Value](Value) wrapping an object. 1.10.0 **Signature:** ```typescript export class ObjectValue extends NotNullValue ``` **Extends:** [`NotNullValue`](NotNullValue) ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [`type`](ObjectValue/type) | <code>static</code> | <code>string</code> | 1.10.0 | ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [`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(key)`](ObjectValue/get) | | | | [`isEmpty()`](ObjectValue/isEmpty) | | 1.10.0 | | [`isTruthy()`](ObjectValue/isTruthy) | | 1.10.0 | | [`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()`](ObjectValue/toString) | | 1.10.0 |