Optional Internal_Full set of child nodes preserved when the node is collapsed.
Currently visible child nodes in the visual layout.
OptionalColorAccent color hex or CSS variable string for the node's visual badge and border indicator.
The depth level of this node within the hierarchy (0 for root nodes).
Number of immediate direct child nodes.
OptionalIconFont Awesome icon class or image URL displayed in the node card header (e.g. 'fa-solid fa-building').
Unique string identifier for the node, typically the serialized primary key or single ID value.
Whether this node's children are currently expanded (true) or collapsed (false).
Whether this node is currently set as the temporary focused subtree root.
Whether this node matches an active search query or highlighted path.
Whether this node is currently selected/active in the view.
Primary display label for the node card (e.g. Organization Name, Category Name).
OptionalParentThe primary key string of the parent node, or null/undefined for root nodes.
The MemberJunction composite primary key representing this entity record. Derived dynamically from entity metadata to support composite keys.
OptionalRecordThe underlying MemberJunction entity instance or record object if loaded.
OptionalSubtitleOptional secondary subtitle or description (e.g. Type, Account Code, Role).
Total recursive count of all descendants under this subtree.
Optional InternalxLayout coordinate X computed by D3.
Optional InternalyLayout coordinate Y computed by D3.
Represents a single node within the visual hierarchy tree.
Contains both domain entity data and layout/interactive state (expansion, selection, highlight, descendant counts, and primary key composite mapping).