blockly > FieldImage > imageElement
سمة FieldImage.imageElement
عنصر صورة الحقل المعروض
Signature:
protected imageElement: SVGImageElement | null;
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-10 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-10 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`FieldImage.imageElement` provides access to the rendered image element of a `FieldImage` object."],["This property is of type `SVGImageElement` or `null` and is protected, meaning it is primarily for internal use within Blockly."],["It can be used to manipulate the image element directly, such as changing its attributes or applying transformations."]]],["The `imageElement` property, found within the `FieldImage` class, represents the rendered image element of a field. It is of type `SVGImageElement` or `null`. This protected property directly holds the visual SVG image component that is displayed within the field. It holds either the actual visual representation of the image or is null when there's no image.\n"]]