packages/ecl/components/ecl-menu/models/ecl-menu-item.model.ts
Properties |
|
| children |
children:
|
Type : Array<EclMenuItem>
|
| Optional |
| hasChildren |
hasChildren:
|
Type : boolean
|
| Optional |
| id |
id:
|
Type : string
|
| Optional |
| isCurrent |
isCurrent:
|
Type : boolean
|
| Optional |
| isExpanded |
isExpanded:
|
Type : boolean
|
| Optional |
| isHovered |
isHovered:
|
Type : boolean
|
| Optional |
| isVisible |
isVisible:
|
Type : boolean
|
| Optional |
| label |
label:
|
Type : string
|