set_numeric_value
Set numeric values for UI range elements like sliders and spinboxes in desktop applications using element IDs.
Instructions
Set the numeric value of a range element (slider, spinbox).
Args:
element_id: The element ID (a slider, spin button, etc.).
value: The numeric value to set.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element_id | Yes | ||
| value | Yes |