Range Slider State Result
data class RangeSliderStateResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: ClosedFloatingPointRange<Float>) : EasyFormsResult
Content copied to clipboard
Default class to handle ClosedFloatingPointRange result from ex: RangeSlider.
Parameters
key
a unique identifier for this state.
easyFormsErrorState
the current EasyFormsErrorState this state has.
value
the ClosedFloatingPointRange of RangeSlider.
Constructors
RangeSliderStateResult
Link copied to clipboard
fun RangeSliderStateResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: ClosedFloatingPointRange<Float>)
Content copied to clipboard
a unique identifier for this state.
Properties
easyFormsErrorState
Link copied to clipboard
the current EasyFormsErrorState this state has.
value
Link copied to clipboard
Sources
androidJvm source
Link copied to clipboard