packages/ecl/components/ecl-list/ecl-list.directive.ts
Directive representing an ordered list using ECL styles.
| Selector | [eclOrderedList] |
Properties |
Methods |
Inputs |
HostBindings |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class.ecl-ordered-list |
Type : boolean
|
Default value : true
|
|
Applies the ECL class for ordered lists. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cmpClass |
Type : unknown
|
Default value : true
|
Decorators :
@HostBinding('class.ecl-ordered-list')
|
|
Applies the ECL class for ordered lists. |