packages/eui-ecl/packages/core/src/lib/components/ecl-site-header/ecl-site-header.component.ts
| selector | ecl-site-header |
| styles |
:host {
display: block;
}
|
| templateUrl | ./ecl-site-header.component.html |
Properties |
Methods |
Inputs |
Outputs |
HostBindings |
Accessors |
constructor(eclLanguageService: EclLanguageService, translateService: TranslateService)
|
|||||||||
|
Parameters :
|
| logoUrl |
Type : string
|
| siteName |
Type : string
|
| class |
Type : string
|
| e2eAttr |
Type : any
|
| languageClick |
Type : EventEmitter
|
| logoClick |
Type : EventEmitter
|
| attr.role |
Type : string
|
Default value : 'banner'
|
| class |
Type : any
|
| onECLogoClick | ||||||
onECLogoClick(evt: MouseEvent)
|
||||||
|
Parameters :
Returns :
void
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| eclLanguageComponent |
Type : EclSiteHeaderLanguageComponent
|
Decorators :
@ContentChild(EclSiteHeaderLanguageComponent)
|
| eclLoginComponent |
Type : EclSiteHeaderLoginComponent
|
Decorators :
@ContentChild(EclSiteHeaderLoginComponent)
|
| eclSearchComponent |
Type : EclSiteHeaderSearchComponent
|
Decorators :
@ContentChild(EclSiteHeaderSearchComponent)
|
| languageCode |
Type : string
|
Default value : 'en'
|
| role |
Type : string
|
Default value : 'banner'
|
Decorators :
@HostBinding('attr.role')
|
| cssClasses |
getcssClasses()
|