packages/eui/packages/components/layout/eui-header/header-app/header-app.component.ts
OnInit
OnChanges
OnDestroy
changeDetection | ChangeDetectionStrategy.Default |
encapsulation | ViewEncapsulation.None |
selector | eui-header-app |
templateUrl | ./header-app.component.html |
styleUrl | ./header-app.component.scss |
Properties |
Inputs |
HostBindings |
appName |
Type : string
|
Default value : ''
|
appShortName |
Type : string
|
Default value : ''
|
appSubTitle |
Type : string
|
Default value : ''
|
class |
Type : string
|
Default value : 'eui-header-app'
|
cssClass |
Type : string
|
Default value : 'eui-header-app'
|
Decorators :
@HostBinding('class')
|
customAppName |
Type : EuiHeaderAppNameComponent
|
Decorators :
@ContentChild(undefined)
|
customAppNameLogo |
Type : EuiHeaderAppNameLogoComponent
|
Decorators :
@ContentChild(undefined)
|
customAppSubtitle |
Type : EuiHeaderAppSubtitleComponent
|
Decorators :
@ContentChild(undefined)
|