packages/components/eui-user-profile/user-profile-menu/user-profile-menu.component.ts
OnDestroy
AfterViewInit
| encapsulation | ViewEncapsulation.None |
| selector | eui-user-profile-menu |
| template | |
Properties |
Methods |
HostBindings |
HostListeners |
| attr.role |
Type : string
|
Default value : 'menu'
|
| class |
Type : string
|
Default value : 'eui-user-profile-menu'
|
| keydown |
Arguments : '$event'
|
keydown(event)
|
| onKeydown | ||||
onKeydown(event)
|
||||
Decorators :
@HostListener('keydown', ['$event'])
|
||||
|
Parameters :
Returns :
void
|
| subscribeToParent |
subscribeToParent()
|
|
Returns :
void
|
| class |
Type : string
|
Default value : 'eui-user-profile-menu'
|
Decorators :
@HostBinding()
|
| items |
Type : QueryList<EuiUserProfileMenuItemComponent>
|
Decorators :
@ContentChildren(undefined)
|
| Public parent |
Type : EuiUserProfileComponent
|
Default value : inject(forwardRef(() => EuiUserProfileComponent), { optional: true })
|
| role |
Type : string
|
Default value : 'menu'
|
Decorators :
@HostBinding('attr.role')
|