Only applicable when three thumbs (i.e.
The Histogram associated with the data represented on the slider.
The unique ID assigned to the widget when the widget is created.
A function used to format user inputs.
Function used to parse slider inputs formatted by the inputFormatFunction.
The widget's label.
A modified version of Slider.labelFormatFunction, which is a custom function used to format labels on the thumbs, min, max, and average values.
The maximum value or upper bound of the slider.
The minimum value or lower bound of the slider.
Only applicable when three thumbs (i.e.
Defines how slider thumb values should be rounded.
When true
, the slider will render a third handle between the two handles already provided by default.
The state of the view model.
The colors and sizes corresponding with data values in the ColorVariable and SizeVariable of the renderer associated with the slider.
When true
, all segments will sync together in updating thumb values when the user drags any segment.
The view model for the ColorSizeSlider widget.
Indicates whether the widget is visible.
The visible elements that are displayed within the widget.
Zooms the slider track to the bounds provided in this property.
A utility method used for building the value for a widget's class
property.
Destroys the widget instance.
Emits an event on the instance.
Indicates whether there is an event listener on the instance that matches the provided event name.
isFulfilled()
may be used to verify if creating an instance of the class is fulfilled (either resolved or rejected).
isRejected()
may be used to verify if creating an instance of the class is rejected.
isResolved()
may be used to verify if creating an instance of the class is resolved.
Widget teardown helper.
This method is primarily used by developers when implementing custom widgets. Executes after widget is ready for rendering.
This method is primarily used by developers when implementing custom widgets. It must be implemented by subclasses for rendering.
Renders widget to the DOM immediately.
This method is primarily used by developers when implementing custom widgets. Schedules widget rendering.
A convenience function used to update the properties of a ColorSizeSlider widget instance from the result of the univariateColorSize.createContinuousRenderer() method.
A convenience function used to update a renderer generated with the univariateColorSize.createContinuousRenderer() method with the values obtained from the slider.
A convenience function used to update the visual variables of a renderer generated with the univariateColorSize.createContinuousRenderer() method with the values obtained from the slider.
when()
may be leveraged once an instance of the class is created.
Generated using TypeDoc
The ID or node representing the DOM element containing the widget.
Read more...