packages/ecl/components/ecl-list/ecl-description-list-definition-item.directive.ts
Directive representing a single item in an ECL description list definition.
Applies the appropriate styling classes and allows visibility control for "see all" behavior.
| Selector | [eclDescriptionListDefinitionItem] |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Applies appropriate ECL classes based on visibility state. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| isHidden |
Type : unknown
|
Default value : false
|
|
Internal state used to hide the item when exceeding the visible limit. |
| isLastVisible |
Type : unknown
|
Default value : false
|
|
Indicates whether this is the last item visible before the "see all" action is triggered. |
| cssClasses |
getcssClasses()
|
|
Applies appropriate ECL classes based on visibility state.
Returns :
string
|