Constructor
new TimeSlider(target, options)
Parameters:
Name | Type | Description |
---|---|---|
target |
string | |
options |
object |
- Source:
Methods
getValue()
Return the current value of the slider handle.
returns an Object with properties {@code left} and {@code right}
of the slider has two handles
- Source:
setValue(value)
Update the current value of the slider handle.
For sliders with two handles {@code value} has to be an
Object with the properties {@code left} and {@code right}
Parameters:
Name | Type | Description |
---|---|---|
value |
Date | object |
- Source: