pub fn node(id: &str, type_name: &str) -> TreeNode
Create a minimal TreeNode with empty props and no children.
TreeNode