data class InspectRequestedEvent : RuntimeEvent
Issued when object should be inspected (for example, as a result of inspect() command line API call).
<init> |
Issued when object should be inspected (for example, as a result of inspect() command line API call). InspectRequestedEvent(object: RemoteObject, hints: JsonElement) |
hints |
val hints: JsonElement |
object |
val object: RemoteObject |