blockly > blockRendering > PathObject > svgRoot
السمة blockRendering.PathObject.svgRoot
Signature:
svgRoot: SVGElement;
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`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"]]