TOPAS-Academic's kernel maintains its live object model as a tree of internal Txxx complex types -- distinct from the Technical Reference manual's own documented Data-structures section (browsed separately by the keyword-tree page). This page is that internal tree, made interactive, parsed directly from the kernel's own internal type dump (exx.txt) rather than the manual's prose, so it reflects the real, current object model exactly, including members the manual doesn't document. Regenerating this page re-parses exx.txt from scratch, so it always reflects whatever build produced that dump.

Each top-level box is one of these internal types, rooted at Tkernel, the kernel's own top-level object. A member can have literal children and/or inherit one or more other Txxx types (clickable, accent-colored) -- an inherited type's members nest underneath as a separate, second source of children, not the item's own literal structure. Because the same object can be reached through more than one real path in the kernel, a shown ancestry -- or a Path/Get result -- may not be the only valid path, and parents of a genuinely shared object may not be as shown.