GetRelayoutBoundaryResponse

@Serializable
data class GetRelayoutBoundaryResponse(val nodeId: NodeId)

Response type for the DOMDomain.getRelayoutBoundary command.

Constructors

Link copied to clipboard
constructor(nodeId: NodeId)

Properties

Link copied to clipboard

Relayout boundary node id for the given node.