[[["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."],[[["The `setOrientation` method allows you to control the layout of a SplitPanel, arranging its elements either horizontally or vertically."],["Using `SplitPanel.setOrientation(orientation)` returns the modified ui.SplitPanel object, enabling method chaining in your code."],["This method requires a SplitPanel instance and a string argument representing the desired orientation (\"horizontal\" or \"vertical\")."]]],[]]