Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SliderValueOptions

remarks

@since 2.5.0

Hierarchy

Index

Properties

Properties

max?: number

The max value for the slider.

min?: number

The min value for the slider.

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.

Generated using TypeDoc