<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`Value`](Value) ## Value class Container type for data which can expose functions for retrieving, comparing, and rendering the data. Most commonly used in conjunction with formulas for Bases. Values can be used as formula parameters, intermediate values, and the result of evaluation. 1.10.0 **Signature:** ```typescript export abstract class Value ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [`type`](Value/type) | <code>static</code> | <code>string</code> | 1.10.0 | ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [`equals(other)`](Value/equals) | | 1.10.0 | | [`equals(a, b)`](Value/equals) | <code>static</code> | 1.10.0 | | [`isTruthy()`](Value/isTruthy) | <code>abstract</code> | 1.10.0 | | [`looseEquals(other)`](Value/looseEquals) | | 1.10.0 | | [`looseEquals(a, b)`](Value/looseEquals) | <code>static</code> | 1.10.0 | | [`renderTo(el, ctx)`](Value/renderTo) | | <p>Render this value into the provided HTMLElement.</p><p> 1.10.0</p> | | [`toString()`](Value/toString) | <code>abstract</code> | 1.10.0 |