packages/ecl/components/ecl-content-block/ecl-content-block-elements.directive.ts
Directive representing the title of a content block. Automatically applies the corresponding ECL class.
| Selector | [eclContentBlockTitle] |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Adds the ECL CSS class for the content block title. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| eclLink |
Type : EclLinkDirective
|
Decorators :
@ContentChild(EclLinkDirective, {descendants: true})
|
|
Optional child ECL link directive nested inside the title. |
| cssClasses |
getcssClasses()
|
|
Adds the ECL CSS class for the content block title.
Returns :
string
|