packages/eui-ecl/packages/core/src/lib/components/ecl-inpage-navigation/ecl-inpage-navigation-item.component.ts
| selector | ecl-inpage-navigation-item |
| styles |
:host {
display: list-item;
}
|
| templateUrl | ./ecl-inpage-navigation-item.component.html |
Properties |
Methods |
Inputs |
Outputs |
HostBindings |
Accessors |
| isActive |
Type : boolean
|
| label |
Type : string
|
| sectionId |
Type : string
|
| class |
Type : string
|
| e2eAttr |
Type : any
|
| itemClick |
Type : EventEmitter
|
| class.ecl-inpage-navigation__item |
Type : boolean
|
Default value : true
|
| onItemClick | ||||||
onItemClick(evt: MouseEvent)
|
||||||
|
Parameters :
Returns :
void
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cmpClass |
Default value : true
|
Decorators :
@HostBinding('class.ecl-inpage-navigation__item')
|
| sectionElement |
getsectionElement()
|