GetRelayoutBoundaryReturn

@Serializable
data class GetRelayoutBoundaryReturn(val nodeId: Int)

Constructors

Link copied to clipboard
constructor(nodeId: Int)

Properties

Link copied to clipboard
val nodeId: Int

Relayout boundary node id for the given node.