Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["\u003cp\u003e\u003ccode\u003esetValue()\u003c/code\u003e allows you to programmatically set the selected value of a \u003ccode\u003eui.Select\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe method accepts the desired \u003ccode\u003evalue\u003c/code\u003e as a string and an optional \u003ccode\u003etrigger\u003c/code\u003e boolean to control onChange callback execution.\u003c/p\u003e\n"],["\u003cp\u003eUsing \u003ccode\u003esetValue()\u003c/code\u003e returns the \u003ccode\u003eui.Select\u003c/code\u003e instance, enabling method chaining.\u003c/p\u003e\n"]]],["The `Select.setValue()` method sets the selected value within a `ui.Select` instance. It accepts a `value` (string) and an optional `trigger` (boolean) argument, defaulting to true, which controls whether onChange callbacks are executed. This method returns the `ui.Select` instance itself, allowing for method chaining.\n"],null,["\u003cbr /\u003e\n\nSets the selected value.\n\n\u003cbr /\u003e\n\nReturns this select.\n\n| Usage | Returns |\n|---------------------------------------|-----------|\n| Select.setValue`(value, `*trigger*`)` | ui.Select |\n\n| Argument | Type | Details |\n|-------------------|-------------------|------------------------------------------------------------------------------------------|\n| this: `ui.select` | ui.Select | The ui.Select instance. |\n| `value` | String | The value to select. |\n| `trigger` | Boolean, optional | Whether to trigger onChange callbacks when the value property changes. Defaults to true. |"]]