blockly > dymki > Dymek > svgRoot
właściwość Bubbles.Bubble.svgRoot
Grupa SVG zawierająca wszystkie części bąbelka.
Podpis:
protected svgRoot: SVGGElement;
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-10-15 UTC.
[null,null,["Ostatnia aktualizacja: 2024-10-15 UTC."],[[["`svgRoot` is a protected property of the `Bubble` class within the `Blockly.bubbles` namespace."],["It stores the SVG group element (`SVGGElement`) that encompasses all visual components of the bubble."],["This property is used internally by the `Bubble` class for managing and manipulating the bubble's visual representation in the Blockly workspace."]]],["The `svgRoot` property, found within the `Bubble` class of the `bubbles` namespace in Blockly, represents the core SVG group element. This `SVGGElement` acts as a container for all components of a bubble, essentially grouping them together. It is a protected property.\n"]]