InternalPropertyDescriptor

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

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

Constructors

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

Properties

Link copied to clipboard

Conventional property name.

Link copied to clipboard

The value associated with the property.