TreeModelNode Interface

Beta

Immutable data structure that describes tree node.

Properties

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

Defined in

Last Updated: 05 June, 2020