Tworzy DOM wysuwanego menu. Trzeba je wywołać tylko raz. Rozwijane menu może występować jako osobny element svg lub być elementem g umieszczonym w osobnym elemencie svg.
[[["Ł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-09-12 UTC."],[[["The `IFlyout.createDom()` method is responsible for creating the flyout's Document Object Model (DOM) structure, and this method should only be called once during initialization."],["The flyout's DOM can be structured as either a standalone SVG element or a group (g) element nested within another SVG element."],["This method requires a `tagName` parameter that specifies the element type for the flyout and returns the SVG group element representing the flyout's DOM."]]],[]]