packages/eui-ecl/packages/core/src/lib/components/ecl-inpage-navigation/ecl-inpage-navigation.component.ts
| selector | ecl-inpage-navigation |
| styles |
@media (min-width: 996px) {
.ecl-inpage-navigation__list {
display: block !important;
}
}
|
| templateUrl | ./ecl-inpage-navigation.component.html |
Properties |
Methods |
Inputs |
Outputs |
Accessors |
| eclTitle |
Type : string
|
| class |
Type : string
|
| e2eAttr |
Type : any
|
| sectionEnter |
Type : EventEmitter
|
| onExpandButtonClick | ||||
onExpandButtonClick(evt)
|
||||
|
Parameters :
Returns :
void
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| currentSectionElement |
Type : HTMLElement
|
| eclNavigationLinkItems |
Type : QueryList<EclInpageNavigationItemComponent>
|
Decorators :
@ContentChildren(EclInpageNavigationItemComponent)
|
| isButtonExpanded |
Type : boolean
|
Default value : false
|
| currentNavigationLinkItem |
getcurrentNavigationLinkItem()
|