pub type NodeId = u32;
Stable identity for a node, assigned by the JS reconciler. 0 is reserved for the root container (the Bevy UI root entity).
0