chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime.events / RuntimeEvent / InspectRequestedEvent

InspectRequestedEvent

data class InspectRequestedEvent : RuntimeEvent

Issued when object should be inspected (for example, as a result of inspect() command line API call).

Official doc

Constructors

<init>

Issued when object should be inspected (for example, as a result of inspect() command line API call).

InspectRequestedEvent(object: RemoteObject, hints: JsonElement)

Properties

hints

val hints: JsonElement

object

val object: RemoteObject