Internal Property Descriptor
data class InternalPropertyDescriptor(name: String, value: RemoteObject?)
Content copied to clipboard
Object internal property descriptor. This property isn't normally visible in JavaScript code.
Constructors
InternalPropertyDescriptor
Link copied to clipboard
fun InternalPropertyDescriptor(name: String, value: RemoteObject? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard