---
title: JSPropertyDescriptorEnumerableKey
framework: javascriptcore
role: symbol
role_heading: Global Variable
path: javascriptcore/jspropertydescriptorenumerablekey
---

# JSPropertyDescriptorEnumerableKey

The Boolean value for this key determines whether the property appears when enumerating the JavaScript object’s properties.

## Declaration

```swift
let JSPropertyDescriptorEnumerableKey: String
```

## See Also

### Constants

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