pl.wendigo.chrome.api.runtime / PrivatePropertyDescriptor

PrivatePropertyDescriptor

data class PrivatePropertyDescriptor (source)

Object private field descriptor.

Link
Runtime#PrivatePropertyDescriptor type documentation.

Constructors

<init>

PrivatePropertyDescriptor(name: String, value: RemoteObject)

Object private field descriptor.

Properties

name

val name: String

Private property name.

value

val value: RemoteObject

The value associated with the private property.