No overview available.
Framework
- Java
Script Core
No overview available.
Framework
let JSProperty Descriptor Configurable Key: String
The Boolean value for this key determines whether the property deleted from its JavaScript object or its descriptor changed.
let JSProperty Descriptor Enumerable Key: String
The Boolean value for this key determines whether the property appears when enumerating the JavaScript object’s properties.
let JSProperty Descriptor Get Key: String
The JavaScript function to be invoked when reading the property.
let JSProperty Descriptor Set Key: String
The JavaScript function to be invoked when writing to the property.
let JSProperty Descriptor Value Key: String
The value for the property on the JavaScript object.
let JSProperty Descriptor Writable Key: String
The Boolean value for this key determines whether the property permits assignment with the JavaScript =
operator.