InspectRequested

@Serializable
data class InspectRequested(val object: RemoteObject, val hints: JsonObject, val executionContextId: ExecutionContextId? = null) : RuntimeEvent(source)

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

Official doc

Constructors

Link copied to clipboard
constructor(object: RemoteObject, hints: JsonObject, executionContextId: ExecutionContextId? = null)

Properties

Link copied to clipboard

Identifier of the context where the call was made.

Link copied to clipboard
val hints: JsonObject
Link copied to clipboard