---
title: JSPropertyDescriptorGetKey
framework: javascriptcore
role: symbol
role_heading: Global Variable
path: javascriptcore/jspropertydescriptorgetkey
---

# JSPropertyDescriptorGetKey

The JavaScript function to be invoked when reading the property.

## Declaration

```swift
let JSPropertyDescriptorGetKey: String
```

## See Also

### Constants

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