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: 08 January, 2020