Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RangeSliderControls

An object containing the functions required to update the RangeSlider's value when the user interacts with the slider. These functions are provided by the useRangeSlider hook.

remarks

@since 2.5.0

internal

Hierarchy

Index

Properties

setValue

setValue: Dispatch<SetStateAction<RangeSliderValue>>

Methods

decrement

decrementJump

increment

incrementJump

maximum

minimum

persist

  • persist(): void

Generated using TypeDoc