packages/ecl/components/ecl-range/ecl-range-value.component.ts
Component representing the value label displayed next to a range input. Applies ECL styling for the value element.
| selector | ecl-range-value |
| imports |
TranslateModule
|
| styles |
:host {
display: block;
}
|
| templateUrl | ./ecl-range-value.component.html |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| attr.id |
Type : any
|
| class |
Type : string
|
|
Returns the CSS classes applied to the host element.
Adds the base |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| id |
Type : unknown
|
Default value : signal<string>('')
|
|
ID attribute applied to the component's host element. |
| value |
Type : unknown
|
Default value : signal<number>(0)
|
|
Value to display next to the range input. |
| idBinding |
getidBinding()
|
| cssClasses |
getcssClasses()
|
|
Returns the CSS classes applied to the host element.
Adds the base
Returns :
string
|