---
title: JSPropertyDescriptorValueKey
framework: javascriptcore
role: symbol
role_heading: Global Variable
path: javascriptcore/jspropertydescriptorvaluekey
---

# JSPropertyDescriptorValueKey

The value for the property on the JavaScript object.

## Declaration

```swift
let JSPropertyDescriptorValueKey: String
```

## See Also

### Constants

- [JSPropertyDescriptorWritableKey](javascriptcore/jspropertydescriptorwritablekey.md)
- [JSPropertyDescriptorEnumerableKey](javascriptcore/jspropertydescriptorenumerablekey.md)
- [JSPropertyDescriptorConfigurableKey](javascriptcore/jspropertydescriptorconfigurablekey.md)
- [JSPropertyDescriptorGetKey](javascriptcore/jspropertydescriptorgetkey.md)
- [JSPropertyDescriptorSetKey](javascriptcore/jspropertydescriptorsetkey.md)
