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\u003eRemoves the specified widget from the UI's root panel.\u003c/p\u003e\n"],["\u003cp\u003eReturns the removed widget, or null if it wasn't found.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes the \u003ccode\u003eui.root.remove(widget)\u003c/code\u003e function where \u003ccode\u003ewidget\u003c/code\u003e is the target ui.Widget.\u003c/p\u003e\n"]]],["The `ui.root.remove(widget)` function removes a specified widget from the root panel. It accepts a single argument, `widget`, of type `ui.Widget`, which represents the widget to be removed. The function returns the removed widget if it was present in the root panel; otherwise, it returns `null`. The return type of this function is Object.\n"],null,["\u003cbr /\u003e\n\nRemoves the given widget from the root panel, if it exists.\n\n\u003cbr /\u003e\n\nReturns the removed widget or null if the widget was not present in the root panel.\n\n| Usage | Returns |\n|--------------------------|---------|\n| `ui.root.remove(widget)` | Object |\n\n| Argument | Type | Details |\n|----------|-----------|-----------------------|\n| `widget` | ui.Widget | The widget to remove. |"]]