[[["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 2024-09-17 UTC."],[[["The `setVisible` method controls the visibility of the `Picker` object."],["It takes a boolean parameter `visible` to set the visibility state."],["The method returns the `Picker` object itself, allowing for method chaining."],["This method is not optional, final, protected, or static."]]],["The `setVisible` method controls the visibility of a `Picker` object. It accepts a single, non-optional `boolean` parameter named `visible`. This parameter dictates whether the `Picker` is shown or hidden. The method returns the `Picker` object itself, allowing for method chaining. The method is not optional, final, protected or static.\n"]]