---
title: value
framework: javascriptcore
role: symbol
role_heading: Instance Property
path: javascriptcore/jsmanagedvalue/value
---

# value

The managed value’s underlying JavaScript value.

## Declaration

```swift
var value: JSValue! { get }
```

## Discussion

Discussion If the JavaScript garbage collector removes the underlying value, this property becomes nil.
