packages/ecl/components/ecl-list/ecl-description-list-definition-item.directive.ts
Directive representing a container for definition list items within an ECL description list.
Applies the ECL-specific class for the list wrapper.
| Selector | [eclDescriptionListDefinitionList] |
Properties |
Methods |
Inputs |
HostBindings |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class.ecl-description-list__definition-list |
Type : boolean
|
Default value : true
|
|
Applies the ECL list container class. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cmpClass |
Type : unknown
|
Default value : true
|
Decorators :
@HostBinding('class.ecl-description-list__definition-list')
|
|
Applies the ECL list container class. |