packages/ecl/components/ecl-range/ecl-range-bubble.component.ts
Component representing a bubble tooltip shown above a range input, used to display the current value with ECL styling.
| selector | ecl-range-bubble |
| templateUrl | ./ecl-range-bubble.component.html |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
constructor(el: ElementRef)
|
||||||
|
Reference to the host DOM element.
Parameters :
|
| value |
Type : number
|
|
Value displayed inside the bubble. |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Returns the CSS classes applied to the host element.
Always includes |
| style.left.px |
Type : number
|
|
Horizontal offset in pixels for positioning the bubble. Applied as the left style property of the host element. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| Public el |
Type : ElementRef
|
| isVisible |
Default value : false
|
|
Controls the visibility of the bubble.
Adds the |
| left |
Type : number
|
Decorators :
@HostBinding('style.left.px')
|
|
Horizontal offset in pixels for positioning the bubble. Applied as the left style property of the host element. |
| cssClasses |
getcssClasses()
|
|
Returns the CSS classes applied to the host element.
Always includes
Returns :
string
|