TreeNodeItem Interface
A node item which can be displayed in a tree.
Properties
| Name | Type | Description | |
|---|---|---|---|
| autoExpand | undefined | false | true | ||
| checkBoxState | undefined | CheckBoxState | ||
| description | undefined | string | ||
| extendedData | undefined | [key: string]: any | A key-value pairs data structure that can be used by data provider to store some custom data for this node item. |
|
| icon | undefined | string | ||
| id | string | ||
| isCheckboxDisabled | undefined | false | true | ||
| isCheckboxVisible | undefined | false | true | ||
| isEditable | undefined | false | true | ||
| label | string | ||
| parentId | undefined | string | ||
| style | undefined | ItemStyle | ||
| typename | undefined | string | Primitive typename. |
Defined in
Last Updated: 08 January, 2020