projects/m2-core/src/lib/model/auxiliary/tree/TreeNodeData.ts
Properties |
|
| checked |
checked:
|
Type : boolean
|
| Optional |
| children |
children:
|
Type : TreeNodeData<I>[]
|
| Optional |
| displayName |
displayName:
|
Type : string
|
| Optional |
| hasChildren |
hasChildren:
|
Type : boolean
|
| Optional |
| id |
id:
|
Type : I
|
| Optional |
| isExpanded |
isExpanded:
|
Type : boolean
|
| Optional |
| isHidden |
isHidden:
|
Type : boolean
|
| Optional |
| isNavigationDisabled |
isNavigationDisabled:
|
Type : boolean
|
| Optional |
| isSelectionDisabled |
isSelectionDisabled:
|
Type : boolean
|
| Optional |
| partial |
partial:
|
Type : boolean
|
| Optional |
| showImage |
showImage:
|
Type : boolean
|
| Optional |
| treeNodeId |
treeNodeId:
|
Type : string
|
| Optional |