widgets/slider library Widgets

An input where the user selects a value from within a given range.

See https://forui.dev/docs/form/slider for working examples.

Classes

FContinuousSliderController
A controller that manages a slider's active track which represents a continuous range/value.
FDiscreteSliderController
A controller that manages a slider's active track which represents a discrete range/value.
FSlider
An input where the user selects a value from within a given range.
FSliderControl
A FSliderControl defines how a FSlider is controlled.
FSliderController
A controller that manages a slider's active track.
FSliderManagedControl
A FSliderManagedControl enables widgets to manage their own controller internally while exposing parameters for common configurations.
FSliderMark
A mark in a FSlider. It is a combination of a tick - a visual indicator along the track, and a label.
FSliderMarkStyle
A FSlider mark's style.
FSliderMarkStyleDelta
A delta that applies modifications to a FSliderMarkStyle.
FSliderStyle
A slider's style.
FSliderStyleDelta
A delta that applies modifications to a FSliderStyle.
FSliderThumbStyle
A slider thumb's style.
FSliderThumbStyleDelta
A delta that applies modifications to a FSliderThumbStyle.
FSliderTooltipControls
A slider's tooltip controllers.
FSliderValue
A FSlider's active track/value.

Enums

FSliderActiveThumb
The active thumb in a single-value slider.
FSliderInteraction
Possible ways for a user to interact with a slider.

Extension Types

FSliderAxisVariant
Represents a variant.
FSliderAxisVariantConstraint
Represents a combination of variants.
FSliderStyles
A slider's styles.
FSliderVariant
Represents a variant.
FSliderVariantConstraint
Represents a combination of variants.