packages/components/layout/eui-app-v2/eui-app-toolbar/eui-app-toolbar-navbar-item.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | eui-app-toolbar-navbar-item |
| template | |
| styleUrl | ./eui-app-toolbar-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 : EuiAppToolbarNavbar
|
| tabindex |
Type : number
|
Default value : 0
|
Decorators :
@HostBinding('attr.tabindex')
|
| cssClasses |
getcssClasses()
|