packages/ecl/components/ecl-page-header/ecl-page-header-title.directive.ts
Styles the title section in the page header.
| Selector | [eclPageHeaderTitle] |
Methods |
Inputs |
HostBindings |
Accessors |
| isTitleVisible |
Type : boolean
|
Default value : true
|
|
Whether the title is visible. |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
CSS classes applied to the host. 'ecl-u-sr-only' if the title is hidden |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cssClasses |
getcssClasses()
|
|
CSS classes applied to the host. 'ecl-u-sr-only' if the title is hidden
Returns :
string
|