Node Information
{selectedNode ? (
<>
Node Type: {selectedNode.type}
This section contains help information about {selectedNode.type} nodes and how they work within
the visual novel engine. Each node type has specific properties and behaviors that affect how
the story flows.
Current Path: {pathString}
>
) : (
Select a node to view information about it.
)}