[[["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-10-07 UTC."],[[["Opens a side panel using the URL specified in the add-on's manifest file."],["Uses the `loadSidePanel()` function which returns a promise indicating completion."],["The function has no optional parameters."]]],["The function `loadSidePanel()` opens a side panel iframe. The iframe's source URL is defined in the add-on manifest. This action is asynchronous, returning a `Promise\u003cvoid\u003e` that resolves when the side panel is loaded. The function has no optional parameters and its purpose is solely to display the side panel.\n"]]