---
title: kJSPropertyAttributeNone
framework: javascriptcore
role: symbol
role_heading: Global Variable
path: javascriptcore/kjspropertyattributenone
---

# kJSPropertyAttributeNone

An attribute that specifies that a property has no special attributes.

## Declaration

```swift
var kJSPropertyAttributeNone: Int { get }
```

## See Also

### Constants

- [kJSPropertyAttributeReadOnly](javascriptcore/kjspropertyattributereadonly.md)
- [kJSPropertyAttributeDontEnum](javascriptcore/kjspropertyattributedontenum.md)
- [kJSPropertyAttributeDontDelete](javascriptcore/kjspropertyattributedontdelete.md)
