src/lib/tree-view/tree-view-structure.ts
Interface representing a leaf (lowest hanging nodes) in the tree view
Properties |
|
| alias |
alias:
|
Type : string
|
| Optional |
|
Alias Name |
| composedChildren |
composedChildren:
|
Type : ComposedChildType[]
|
| Optional |
|
Composed Children Nodes |
| events |
events:
|
Type : TreeViewModelLeafEventBag
|
| Optional |
|
Events |
| isClick |
isClick:
|
Type : boolean
|
| Optional |
|
Set is true when the user clicks in the leaf |
| isHighlighted |
isHighlighted:
|
Type : boolean
|
| Optional |
|
If leaf is highlighted |
| isSibling |
isSibling:
|
Type : boolean
|
| Optional |
|
If true, the leaf's dot indicator is enlarged, becoming similar to that of nodes |
| noIcon |
noIcon:
|
Type : boolean
|
| Optional |
|
If leaf has no icon |
| removePadding |
removePadding:
|
Type : boolean
|
| Optional |
|
If true, the default padding of the leaf is removed |