Property Descriptor
data class PropertyDescriptor(name: String, value: RemoteObject?, writable: Boolean?, get: RemoteObject?, set: RemoteObject?, configurable: Boolean, enumerable: Boolean, wasThrown: Boolean?, isOwn: Boolean?, symbol: RemoteObject?)
Content copied to clipboard
Object property descriptor.
Constructors
PropertyDescriptor
Link copied to clipboard
fun PropertyDescriptor(name: String, value: RemoteObject? = null, writable: Boolean? = null, get: RemoteObject? = null, set: RemoteObject? = null, configurable: Boolean, enumerable: Boolean, wasThrown: Boolean? = null, isOwn: Boolean? = null, symbol: RemoteObject? = null)
Content copied to clipboard
Properties
configurable
Link copied to clipboard
enumerable
Link copied to clipboard
get
Link copied to clipboard
set
Link copied to clipboard
symbol
Link copied to clipboard
value
Link copied to clipboard
Sources
jvm source
Link copied to clipboard