data class InternalPropertyDescriptor
Object internal property descriptor. This property isn't normally visible in JavaScript code.
<init> |
Object internal property descriptor. This property isn't normally visible in JavaScript code. InternalPropertyDescriptor(name: String, value: RemoteObject? = null) |
name |
Conventional property name. val name: String |
value |
The value associated with the property. val value: RemoteObject? |