Range
Allows a user to select a range of numbers. Result is saved in (,] notation
Specification
| key | type | required | default value | description | 
|---|---|---|---|---|
| showDecimalPrecision | boolean | no | n/a | If trueexpose decimal precision field. | 
Example
{
  "name": "somerange",
  "type": "range",
  "valueType": "string",
  "prompt": "Range",
  "showDecimalPrecision": false
}