set_numeric_value
Set a numeric value for range elements such as sliders or spinboxes by specifying the element ID and desired value.
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
| Name | Required | Description | Default |
|---|---|---|---|
| element_id | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |