MoveToResponse

@Serializable
data class MoveToResponse(val nodeId: NodeId)

Response type for the DOMDomain.moveTo command.

Constructors

Link copied to clipboard
constructor(nodeId: NodeId)

Properties

Link copied to clipboard

New id of the moved node.