blockly > blockRendering > PathObject > svgRoot
blockRendering.PathObject.svgRoot mülkü
İmza:
svgRoot: SVGElement;
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-21 UTC.
[null,null,["Son güncelleme tarihi: 2024-08-21 UTC."],[[["`svgRoot` is a property of the `PathObject` class within the `blockRendering` namespace in Blockly."],["It stores the root SVG element for the rendered path of a block, allowing for manipulation and interaction with the visual representation."],["This property is of type `SVGElement`, indicating it holds a reference to an SVG element in the Document Object Model (DOM)."]]],["The `svgRoot` property, part of the `blockRendering.PathObject` class, is defined as an `SVGElement`. This property directly stores the root SVG element associated with a rendered path object within the Blockly framework. Its primary function is to provide access to the underlying SVG structure for manipulation or querying.\n"]]