packages/ecl/components/ecl-page-header/ecl-page-header-expandable/ecl-page-header-expandable.component.ts
ECL Page Header expandable component. As a part of the PageHeader, it represents expandable content, placed at the top of the parent component.
| selector | div[eclPageHeaderExpandable] |
| imports |
EUI_ECL_BUTTON
EUI_ECL_ICON
|
| templateUrl | ./ecl-page-header-expandable.component.html |
Properties |
|
Methods |
Inputs |
HostBindings |
Accessors |
constructor()
|
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
CSS classes applied to the host. |
| onExpandButtonClick |
onExpandButtonClick()
|
|
Returns :
void
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| Readonly hasProjectedContent |
Type : unknown
|
Default value : computed(() => this._hasProjectedContent())
|
| isExpanded |
Type : unknown
|
Default value : signal(false)
|
| panelId |
Type : unknown
|
Default value : crypto.randomUUID()
|
| cssClasses |
getcssClasses()
|
|
CSS classes applied to the host.
Returns :
string
|