SliderEditorParams Interface
Parameters used to indicate that a Slider should be presented for the property and to specify the values needed by the slider.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| formatTick | (tick: number) => string | undefined | Format a tick mark value | |
| formatTooltip | (value: number) => string | undefined | Format a value for the tooltip | |
| getTickCount | () => number | undefined | Function to get the tick count. | |
| getTickValues | () => number[] | undefined | Function to get the tick values. | |
| maxIconSpec | string | undefined | Image to show for max. | |
| maximum | number | Defines the maximum value. | |
| minIconSpec | string | undefined | Image to show for min. | |
| minimum | number | Defines the minimum value. | |
| mode | number | undefined | The interaction mode. | |
| reversed | boolean | undefined | Indicates whether the display of the Slider values is reversed. | |
| showMinMax | boolean | undefined | Indicates whether to show min & max values to the left & right of the Slider. | |
| showTickLabels | boolean | undefined | Indicates whether to show tick labels under the tick marks. | |
| showTicks | boolean | undefined | Indicates whether to show tick marks under the Slider. | |
| showTooltip | boolean | undefined | Indicates whether to show tooltip with the value. | |
| size | number | undefined | Optionally define the width in pixels. | |
| step | number | undefined | Step value. | |
| tooltipBelow | boolean | undefined | Indicates whether the tooltip should show below the Slider instead of above. | |
| type | Slider |
Defined in
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.