chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime / InternalPropertyDescriptor

InternalPropertyDescriptor

data class InternalPropertyDescriptor

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

Constructors

<init>

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

InternalPropertyDescriptor(name: String, value: RemoteObject? = null)

Properties

name

Conventional property name.

val name: String

value

The value associated with the property.

val value: RemoteObject?