packages/eui/packages/components-next/src/lib/layout/eui-header/header-app/header-app.component.ts
| changeDetection | ChangeDetectionStrategy.Default |
| encapsulation | ViewEncapsulation.None |
| selector | eui-header-app |
| templateUrl | ./header-app.component.html |
Properties |
Inputs |
HostBindings |
constructor(asService: UxAppShellService, ref: ChangeDetectorRef)
|
|||||||||
|
Parameters :
|
| appName |
Default value : ''
|
| appShortName |
Default value : ''
|
| appSubTitle |
Default value : ''
|
| class |
Default value : 'eui-header-app'
|
| appNameFromState |
Type : string
|
Default value : ''
|
| appShortNameFromState |
Type : string
|
Default value : ''
|
| appSubTitleFromState |
Type : string
|
Default value : ''
|
| Public asService |
Type : UxAppShellService
|
| customAppName |
Type : QueryList<EuiHeaderAppNameDirective>
|
Decorators :
@ContentChild(undefined)
|
| customAppSubtitle |
Type : QueryList<EuiHeaderAppSubtitleDirective>
|
Decorators :
@ContentChild(undefined)
|