<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`FileValue`](FileValue)
## FileValue class
[Value](Value) wrapping a file in Obsidian.
1.10.0
**Signature:**
```typescript
export class FileValue extends NotNullValue
```
**Extends:** [`NotNullValue`](NotNullValue)
## 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()`](FileValue/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()`](FileValue/toString) | | 1.10.0 |