MutableTreeModelNode Interface

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

Mutable data structure that describes tree node.

Extends

Properties

Name Type Description
checkbox MutableCheckBoxInfo    
description string    
editingInfo TreeModelNodeEditingInfo | undefined Specifies that node is in editing mode.  
isExpanded boolean    
isLoading boolean    
isSelected boolean    
isSelectionDisabled boolean | undefined    
item TreeNodeItem    
label PropertyRecord    

Inherited properties

Name Type Inherited from Description
depth Readonly Inherited number TreeModelNode  
id Readonly Inherited string TreeModelNode  
numChildren Readonly Inherited undefined | number TreeModelNode  
parentId Readonly Inherited undefined | string TreeModelNode  

Defined in

Last Updated: 24 April, 2026