GetElementByRelationResponse

@Serializable
data class GetElementByRelationResponse(val nodeId: NodeId)

Response type for the DOMDomain.getElementByRelation command.

Constructors

Link copied to clipboard
constructor(nodeId: NodeId)

Properties

Link copied to clipboard

NodeId of the element matching the queried relation.