[[["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."],[[["This method retrieves the layout configuration of a panel."],["It returns a `ui.Panel.Layout` object, representing the panel's layout structure."],["The method is called on a `ui.Panel` instance, providing access to its layout settings."]]],["The `Panel.getLayout()` method retrieves the layout of a `ui.Panel` instance. It takes the `ui.Panel` instance as an argument (denoted as `this: ui.panel`) and returns the layout type, represented as `ui.Panel.Layout`. This method allows developers to access and understand the current layout configuration applied to a specific panel.\n"]]