SliderComponent class
Signature:
export class SliderComponent extends ValueComponent<number> Extends: ValueComponent<number>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
(constructor)(containerEl) | Constructs a new instance of the SliderComponent class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
disabled | boolean | (Inherited from BaseComponent) | |
sliderEl | HTMLInputElement |
Methods
| Method | Modifiers | Description |
|---|---|---|
getValue() | ||
getValuePretty() | ||
onChange(callback) | ||
registerOptionListener(listeners, key) | (Inherited from ValueComponent) | |
setDisabled(disabled) | ||
setDynamicTooltip() | ||
setInstant(instant) | ||
setLimits(min, max, step) | ||
setValue(value) | ||
showTooltip() | ||
then(cb) | Facilitates chaining (Inherited from BaseComponent) |