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 |
||
keepChanges |
boolean |
<optional> |
true | If |
onChange |
function | Callback fired when value changed. |
||
SliderProps |
Object | Props applied to the |
||
TextFieldProps |
Object | Props applied to the |
||
value |
* | The current threshold value. |
||
variant |
"simple" | "extended" |
<optional> |
"simple" | Determines what text should be displayed in the tooltip. |
React.ReactElement