packages/components/eui-user-profile/user-profile-menu-item/user-profile-menu-item.component.ts
| encapsulation | ViewEncapsulation.None |
| selector | eui-user-profile-menu-item |
| template | |
Properties |
Methods |
HostBindings |
| attr.role |
Type : string
|
Default value : 'menuitem'
|
| attr.tabindex |
Type : string
|
Default value : '-1'
|
| class |
Type : string
|
Default value : 'eui-user-profile-menu-item'
|
| focus |
focus()
|
|
Returns :
void
|
| class |
Type : string
|
Default value : 'eui-user-profile-menu-item'
|
Decorators :
@HostBinding('class')
|
| role |
Type : string
|
Default value : 'menuitem'
|
Decorators :
@HostBinding('attr.role')
|
| tabindex |
Type : string
|
Default value : '-1'
|
Decorators :
@HostBinding('attr.tabindex')
|