[[["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."],[[["Sets the minimum value that the slider can reach."],["The `setMin()` method facilitates setting this minimum value and returns the `ui.Slider` instance for method chaining."]]],["The `Slider.setMin(value)` method sets the minimum value for a slider instance (`ui.Slider`). The `value` argument, a Number, defines this minimum. The method returns the modified `ui.Slider` instance, allowing for method chaining. The `ui.Slider` instance being affected is indicated by `this: ui.slider`.\n"]]