data class ResolveNodeRequest
Request object containing input parameters for the DOMDomain.resolveNode command.
<init> |
Request object containing input parameters for the DOMDomain.resolveNode command. ResolveNodeRequest(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectGroup: String? = null, executionContextId: ExecutionContextId? = null) |
backendNodeId |
Backend identifier of the node to resolve. val backendNodeId: BackendNodeId? |
executionContextId |
Execution context in which to resolve the node. val executionContextId: ExecutionContextId? |
nodeId |
Id of the node to resolve. val nodeId: NodeId? |
objectGroup |
Symbolic group name that can be used to release multiple objects. val objectGroup: String? |