InspectRequestedParameter

@Serializable
data class InspectRequestedParameter(val object: Runtime.RemoteObject, val hints: Map<String, JsonElement>, val executionContextId: Int? = null)

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

Constructors

Link copied to clipboard
constructor(object: Runtime.RemoteObject, hints: Map<String, JsonElement>, executionContextId: Int? = null)

Properties

Link copied to clipboard
val executionContextId: Int? = null

Identifier of the context where the call was made.

Link copied to clipboard
val hints: Map<String, JsonElement>
Link copied to clipboard