TreeModelNode Interface

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

Immutable data structure that describes tree node.

Properties

Name Type Description
checkbox Readonly CheckBoxInfo    
depth Readonly number    
description Readonly undefined | string    
editingInfo Readonly TreeModelNodeEditingInfo | undefined Specifies that node is in editing mode.  
id Readonly string    
isExpanded Readonly boolean    
isLoading Readonly boolean | undefined    
isSelected Readonly boolean    
isSelectionDisabled Readonly boolean | undefined    
item Readonly TreeNodeItem    
label Readonly PropertyRecord    
numChildren Readonly undefined | number    
parentId Readonly undefined | string    

Defined in

Last Updated: 24 April, 2026