projects/m2-core/src/lib/model/SelectableNode.ts
Properties |
| checked |
checked:
|
Type : boolean
|
| Optional |
| children |
children:
|
Type : SelectableNode<I>[]
|
| Optional |
| disabled |
disabled:
|
Type : boolean
|
| Optional |
| id |
id:
|
Type : I
|
| Optional |
| partial |
partial:
|
Type : boolean
|
| Optional |