packages/eui/packages/components/eui-navbar/eui-navbar-item.component.ts
changeDetection | ChangeDetectionStrategy.OnPush |
selector | eui-navbar-item |
template |
|
styleUrl | ./eui-navbar-item.scss |
Properties |
Inputs |
HostBindings |
HostListeners |
Accessors |
constructor()
|
id |
Type : string
|
isActive |
Type : boolean
|
Default value : false
|
label |
Type : string
|
attr.tabindex |
Type : number
|
Default value : 0
|
class |
Type : string
|
click |
click()
|
keydown |
Arguments : '$event'
|
keydown(event: KeyboardEvent)
|
navBarComponentParent |
Type : EuiNavbarComponent
|
tabindex |
Type : number
|
Default value : 0
|
Decorators :
@HostBinding('attr.tabindex')
|
cssClasses |
getcssClasses()
|