LmnInputSliderComponent
Decorators: |
|
Selectors: |
|
Extends: |
|
Implements: |
|
No documentation has been provided.
Properties
Name | Type | Description |
---|---|---|
allowValueChoice r |
| If it is set to true and the slider is in continuous mode, inputs are displayed along the track. |
ariaLabelMax r |
| Manages the aria label attribute of the second slider handle in case of slider range |
ariaValueTextFn r |
| The function executed to calculate the label to apply to the aria-valuetext attribute. |
controlDirective r inherited from
|
| Represent the Angular Control associated with the component. |
dirty r inherited from
|
| Indicates if the control is dirty |
disableKeyboardInteractions r |
| If set to true keyboard interactions are deactivated |
dragHandle r |
| Event emitted when you start dragging the slider |
dropHandle r |
| Event emitted when you stop dragging the slider |
hasError r inherited from
|
| Indicates if the control has errors |
hasVisualError r inherited from
|
| Indicates if the control has a visual error by checking the |
isDisabled r inherited from
|
| Indicates if the control is disabled |
maxValue r |
| The maximum value selectable in the Slider. |
minValue r |
| The minimum value selectable in the Slider. |
nativeElement r | HTMLElement | The native element of the slider. |
negative r |
| It switches the component to its negative mode. |
orientation r |
| Defines the direction of the slider. |
required r inherited from
|
| Indicates if the control is required |
requiredTrue r inherited from
|
| Indicates if the control is true |
showTooltipOnTrack r |
| If it is set to true, a tooltip is displayed whenever the track is hovered in any point. |
showTrackLabels r |
| If it is set to true, labels are displayed along the track. |
step r |
| The difference between two adjacent values. |
touched r inherited from
|
| Indicates if the control is touched |
trackLabelsPosition r |
| It defines whether to see the track labels before or after the track itself. When the slider is horizontal, before means above and after means below. |
value r |
| The value currently selected in the Slider. |
valueChange r |
| Event emitted when the value changes. |
valueChanging r |
| Event emitted while changing the value by dragging the slider. |
valueChoicePosition r |
| It defines whether to see the inputs before or after the track itself. When the slider is horizontal, before means above and after means below. |
valueLabelFn r |
| The function executed to calculate the visual label to be associated with each value. |
values r |
| If it is defined, it means that the slider is a stepped slider, and the minValue/maxValue/step Inputs are ignored. |
valueTooltipFn r |
| The function executed to calculate the tooltip to be associated with each value. |
Methods
#getClosestValidValue() | |||||||||
---|---|---|---|---|---|---|---|---|---|
No documentation has been provided. | |||||||||
Presentation
| |||||||||
Parameters
Returnsnumber |
focus() | ||||||
---|---|---|---|---|---|---|
Allows to focus on a specific element of the slider. If focus the focus is on the the inputs but their are not visible, the focus moves to the corresponding handle. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |