pl.wendigo.chrome.api.runtime / InternalPropertyDescriptor

InternalPropertyDescriptor

data class InternalPropertyDescriptor (source)

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

Link
Runtime#InternalPropertyDescriptor type documentation.

Constructors

<init>

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

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

Properties

name

val name: String

Conventional property name.

value

val value: RemoteObject?

The value associated with the property.