Skip to content
On this page

Slider Formtype

A Function which returns an object for your option

Example Usage

js
optionType: SoftUI.formTypes.slider(0, 100, 1, false),

Params

NameTypeDescription
minBooleanThe minimum number for the slider
maxBooleanThe maximim number for the slider
stepBooleanWhat value the slider should go up in
disabledBooleanA boolean which shows if the slider appears disabled

Types

Released under the MIT License.