Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SliderControls

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

remarks

@since 2.5.0

internal

Hierarchy

Index

Properties

setValue: Dispatch<SetStateAction<number>>

Methods

  • decrement(): void
  • decrementJump(): void
  • increment(): void
  • incrementJump(): void
  • maximum(): void
  • minimum(): void
  • persist(): void

Generated using TypeDoc