[[["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."],[[["`Panel.clear()` removes all widgets from the specified panel."],["This method returns the ui.Panel object, allowing for method chaining."],["It is used to reset the panel to its initial state, effectively removing existing UI elements."]]],["The `Panel.clear()` method removes all widgets from a specified `ui.Panel` instance. This method directly modifies the panel by clearing its content. It takes a `ui.Panel` instance as input and returns the same `ui.Panel` object after the widgets have been removed. No arguments beside the panel itself are required. This method's primary action is to empty the panel of all widgets.\n"]]