blockly > blockRendering > PathObject > svgRoot
ویژگی blockRendering.PathObject.svgRoot
امضا:
svgRoot: SVGElement;
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-12 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-12 بهوقت ساعت هماهنگ جهانی."],[[["`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"]]