ITreeNodeLoader Interface

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

Tree node loader which is used to load tree nodes.

Implemented by

Methods

Name Description
loadNode(parentId: TreeModelNode | TreeModelRootNode, childIndex: number): Observable<TreeNodeLoadResult> Loads node at specified place in tree.  

Defined in

Last Updated: 24 April, 2026