Users can drag a slider to specify a numeric value within a certain range.
You can configure the minimum value, maximum value, and default increment/step size.
{
"key": "myRange",
"name": "My Range",
"description": "This is my range description",
"type": "range",
"typeOptions": {
"min": 5,
"max": 60,
"step": 1
}
}