packages/ecl/components/ecl-blockquote/ecl-blockquote-picture.directive.ts
Directive for the picture element inside the ECL Blockquote.
Automatically applies the ecl-picture and ecl-blockquote__picture CSS classes.
| Selector | picture[eclBlockquotePicture] |
Methods |
Inputs |
HostBindings |
Accessors |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Returns the CSS classes to apply for the blockquote picture element. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cssClasses |
getcssClasses()
|
|
Returns the CSS classes to apply for the blockquote picture element.
Returns :
string
|