packages/eui/packages/components/layout/eui-app/eui-app-header/header.component.ts
OnInit
OnDestroy
changeDetection | ChangeDetectionStrategy.Default |
encapsulation | ViewEncapsulation.None |
selector | eui-app-header |
imports |
AsyncPipe
EuiSidebarToggleComponent
|
templateUrl | ./header.component.html |
styleUrl | ./header.scss |
Properties |
Inputs |
HostBindings |
Accessors |
isShrinkHeaderActive |
Type : boolean
|
attr.role |
Type : string
|
Default value : 'banner'
|
class |
Type : string
|
asService |
Default value : inject(EuiAppShellService)
|
role |
Type : string
|
Default value : 'banner'
|
Decorators :
@HostBinding('attr.role')
|
cssClasses |
getcssClasses()
|
isShrinkHeaderActive | ||||||
getisShrinkHeaderActive()
|
||||||
setisShrinkHeaderActive(value: BooleanInput)
|
||||||
Parameters :
Returns :
void
|