Skip to content

Commit

Permalink
Schema Changes for Slider Control (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikant-ch5 authored Jan 29, 2024
1 parent fd5c0cf commit d8552fd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion common-pipeline/operators/uihints-v3-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,13 +283,24 @@
"datepickerRange",
"timefield",
"timestampfield",
"slider",
"code",
"list",
"hidden"
]
},
"increment": {
"description": "Determines the increment/decrement value for the spinner control only",
"description": "Determines the step value to increment/decrement for spinner and slider controls",
"type": "number",
"default": 1
},
"min_value": {
"description": "Determines the minimum value for the slider control only",
"type": "number",
"default": 1
},
"max_value": {
"description": "Determines the max value for the slider control only",
"type": "number",
"default": 1
},
Expand Down

0 comments on commit d8552fd

Please sign in to comment.