<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`PrimitiveValue`](PrimitiveValue)
## PrimitiveValue class
Base type for which wrap a single primitive.
1.10.0
**Signature:**
```typescript
export abstract class PrimitiveValue<T> extends NotNullValue
```
**Extends:** [`NotNullValue`](NotNullValue)
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [`(constructor)(value)`](PrimitiveValue/(constructor).md) | | 1.10.0 |
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [`type`](Value/type) | <code>static</code> | <code>string</code> | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
## 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> |
| [`isTruthy()`](PrimitiveValue/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()`](PrimitiveValue/toString) | | 1.10.0 |