[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-10-15 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"]]