Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RangeSliderRequiredProps

remarks

@since 2.5.0

Hierarchy

Index

Properties

max

max: number

The max value for the slider.

min

min: number

The min value for the slider.

setValue

setValue: Dispatch<SetStateAction<RangeSliderValue>>

step

step: number

A positive number representing the value to "jump" while incrementing or decrementing the slider's value. This should normally stay as the default value of 1, but can also be decimal values if needed.

value

The current value of the slider.

Methods

decrement

decrementJump

increment

incrementJump

maximum

minimum

persist

  • persist(): void

Generated using TypeDoc