Class

Threshold

Threshold(props) → {React.ReactElement}

Constructor

# new Threshold(props) → {React.ReactElement}

Overview

Presents threshold and allows user to choose on the slider or type new value.
Parameters:
Name Type Attributes Default Description
props Object
CircleHelperProps Object

Props applied to the CircleHelper element.

keepChanges boolean <optional>
true

If false changes aren't stored in the state.

onChange function

Callback fired when value changed.

SliderProps Object

Props applied to the StyledSlider element.

TextFieldProps Object

Props applied to the CustomTextField element.

value *

The current threshold value.

variant "simple" | "extended" <optional>
"simple"

Determines what text should be displayed in the tooltip.

View Source Body/Project/Calculations/ThresholdSelector.js, line 26

React.ReactElement