RangeSliderStateResult

data class RangeSliderStateResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: ClosedFloatingPointRange<Float>) : EasyFormsResult

Default class to handle ClosedFloatingPointRange result from ex: RangeSlider.

Parameters

key

a unique identifier for this state.

easyFormsErrorState

the current EasyFormsErrorState this state has.

Constructors

RangeSliderStateResult
Link copied to clipboard
fun RangeSliderStateResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: ClosedFloatingPointRange<Float>)
a unique identifier for this state.

Properties

easyFormsErrorState
Link copied to clipboard
open override val easyFormsErrorState: EasyFormsErrorState
the current EasyFormsErrorState this state has.
key
Link copied to clipboard
open override val key: Any
a unique identifier for this state.
value
Link copied to clipboard

Sources

androidJvm source
Link copied to clipboard