packages/eui/packages/components/layout/eui-header/header-user-profile/header-user-profile.component.ts
AfterContentInit
changeDetection | ChangeDetectionStrategy.Default |
encapsulation | ViewEncapsulation.None |
providers |
EuiDropdownService
|
selector | eui-header-user-profile |
imports |
EUI_USER_PROFILE
|
templateUrl | ./header-user-profile.component.html |
styleUrl | ./header-user-profile.component.scss |
Properties |
Methods |
|
Inputs |
HostBindings |
avatarUrl |
Type : string
|
hasTabNavigation |
Type : boolean
|
Default value : false
|
hasWelcomeLabel |
Type : boolean
|
Default value : true
|
impersonateLabel |
Type : string
|
Default value : 'impersonating'
|
isShowAvatarInitials |
Type : boolean
|
Default value : false
|
isShowUserInfos |
Type : boolean
|
Default value : true
|
subInfos |
Type : string
|
welcomeLabel |
Type : string
|
Default value : 'Welcome'
|
class |
Type : string
|
Default value : 'eui-header-user-profile'
|
Public closeUserProfileDropdown |
closeUserProfileDropdown()
|
Returns :
void
|
cssClass |
Type : string
|
Default value : 'eui-header-user-profile'
|
Decorators :
@HostBinding('class')
|
hasMenuContent |
Type : QueryList<EuiUserProfileMenuComponent>
|
Decorators :
@ContentChildren(undefined, {descendants: true})
|
userProfile |
Type : EuiUserProfileComponent
|
Decorators :
@ViewChild('userProfile')
|