Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SliderRequiredProps

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<number>>

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

value: number

The current value of the slider.

Methods

decrement

  • decrement(): void

decrementJump

  • decrementJump(): void

increment

  • increment(): void

incrementJump

  • incrementJump(): void

maximum

  • maximum(): void

minimum

  • minimum(): void

persist

  • persist(): void

Generated using TypeDoc