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 | 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: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.