SliderComponent.setDisplayFormat method
SliderComponent › setDisplayFormat
Official
Set a custom formatter for the value shown inline next to the slider.Signature:
setDisplayFormat(format: (value: number) => string): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| format | (value: number) => string |
Returns: this
Since: 1.13.0