Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ui.Slider.setValue
Stay organized with collections
Save and categorize content based on your preferences.
Set the value of the slider.
Returns this slider.
Usage | Returns | Slider.setValue(value, trigger) | ui.Slider |
Argument | Type | Details | this: ui.slider | ui.Slider | The ui.Slider instance. |
value | Number | The value to slider. |
trigger | Boolean, optional | Whether to trigger onChange callbacks when the value property changes. Defaults to true. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003esetValue\u003c/code\u003e method allows you to programmatically set the value of a \u003ccode\u003eui.Slider\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts the desired \u003ccode\u003evalue\u003c/code\u003e as a number and an optional \u003ccode\u003etrigger\u003c/code\u003e boolean to control onChange callback execution.\u003c/p\u003e\n"],["\u003cp\u003eCalling \u003ccode\u003esetValue\u003c/code\u003e returns the \u003ccode\u003eui.Slider\u003c/code\u003e instance itself, enabling method chaining.\u003c/p\u003e\n"]]],[],null,["# ui.Slider.setValue\n\n\u003cbr /\u003e\n\nSet the value of the slider.\n\n\u003cbr /\u003e\n\nReturns this slider.\n\n| Usage | Returns |\n|---------------------------------------|-----------|\n| Slider.setValue`(value, `*trigger*`)` | ui.Slider |\n\n| Argument | Type | Details |\n|-------------------|-------------------|------------------------------------------------------------------------------------------|\n| this: `ui.slider` | ui.Slider | The ui.Slider instance. |\n| `value` | Number | The value to slider. |\n| `trigger` | Boolean, optional | Whether to trigger onChange callbacks when the value property changes. Defaults to true. |"]]