LoadedNodeHierarchy Interface

Deprecated  in 5.28.0. Use Tree component from @stratakit/structures instead.

Data structure that describes hierarchy loaded for parent node.

Properties

Name Type Description
hierarchyItems LoadedNodeHierarchyItem[] Loaded hierarchy items.  
numChildren number | undefined Number of children parent node has.  
offset number Hierarchy items offset in parent node children array.  
parentId undefined | string Node id of the parent node for loaded hierarchy.  

Defined in

Last Updated: 24 April, 2026