yea, so instead I am structuring my code more like how you would structure a React program.
Nodes have no way of calling up the tree or to the side by default. What they do have is a way to accept a lambda which they can use to throw stuff up/sideways.
However, they can only do that if the parent actually gives them this lambda. (Which is generally spoken required)