API Reference > ui-components > Tree > TreeModelNode TreeModelNode Interface Immutable data structure that describes tree node. Properties Name Type Description checkbox Readonly CheckBoxInfo depth Readonly number description Readonly undefined | string editingInfo Readonly undefined | TreeModelNodeEditingInfo Specifies that node is in editing mode. id Readonly string isExpanded Readonly boolean isLoading Readonly undefined | boolean isSelected Readonly boolean item Readonly TreeNodeItem label Readonly PropertyRecord numChildren Readonly undefined | number parentId Readonly undefined | string Defined in ui/components/src/ui-components/tree/controlled/TreeModel.ts Line 21 Last Updated: 11 June, 2024