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