Every node in a `LayoutNode` tree, not just the ro...
# compose
m
Every node in a
LayoutNode
tree, not just the root, should reference/be registered with the same
Owner
?
s
Yes, although that's an internal detail. We assume that nodes in a subtree always have the same owner.
m
Interesting, I expected the root to be in charge of establishing the relationship for the whole tree. But I see, thanks for the clarification!