ResolveNodeRequest

@Serializable
data class ResolveNodeRequest(val nodeId: NodeId? = null, val backendNodeId: BackendNodeId? = null, val objectGroup: String? = null, val executionContextId: ExecutionContextId? = null)(source)

Request object containing input parameters for the DOMDomain.resolveNode command.

Constructors

Link copied to clipboard
constructor(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectGroup: String? = null, executionContextId: ExecutionContextId? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

Backend identifier of the node to resolve.

Link copied to clipboard

Execution context in which to resolve the node.

Link copied to clipboard
val nodeId: NodeId? = null

Id of the node to resolve.

Link copied to clipboard
val objectGroup: String? = null

Symbolic group name that can be used to release multiple objects.