Crea el DOM del flotante. Solo se lo debe llamar una vez. El menú flotante puede existir como su propio elemento SVG o ser un elemento g anidado dentro de un elemento SVG separado.
[null,null,["Última actualización: 2024-09-12 (UTC)"],[[["The `Flyout.createDom()` method generates the Flyout's Document Object Model (DOM) and only needs to be called once during initialization."],["The Flyout's DOM can be structured as either a standalone SVG element or a 'g' element nested within another SVG element, providing flexibility in its integration."],["The method accepts a `tagName` parameter, specifying the tag type for the Flyout element, which can be a string, an SVG element, or a 'g' element."],["Upon successful execution, the `createDom()` method returns the Flyout's SVG group as an SVGElement object."]]],[]]