InternalPropertyDescriptor

@Serializable
data class InternalPropertyDescriptor(val name: String, val value: RemoteObject? = null)(source)

Object internal property descriptor. This property isn't normally visible in JavaScript code.

Official doc

Constructors

Link copied to clipboard
constructor(name: String, value: RemoteObject? = null)

Properties

Link copied to clipboard

Conventional property name.

Link copied to clipboard
val value: RemoteObject? = null

The value associated with the property.