packages/ecl/components/ecl-page-header/ecl-page-header-next/ecl-page-header-next.component.ts
ECL Page Header component, wraps header content and handles background images and breadcrumb styling.
| selector | div[eclPageHeader] |
| imports |
NgTemplateOutlet
|
| templateUrl | ./ecl-page-header-next.component.html |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
| descriptionPosition |
Type : "top" | "bottom"
|
Default value : 'top'
|
| hasBackground |
Default value : false, { transform: booleanAttribute}
|
| picturePosition |
Type : "top" | "beside" | "bottom"
|
Default value : 'top'
|
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
CSS classes applied to the host. Adds 'ecl-page-header--image' if a background picture exists |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| eclBreadcrumbComponent |
Type : unknown
|
Default value : contentChild(EclBreadcrumbComponent)
|
|
Reference to the ECL breadcrumb inside the header. |
| cssClasses |
getcssClasses()
|
|
CSS classes applied to the host. Adds 'ecl-page-header--image' if a background picture exists
Returns :
string
|