blockly > FieldImageFromJsonConfig
واجهة FieldImageFromJsonConfig
خيارات إعداد fromJson لحقل الصورة.
Signature:
export interface FieldImageFromJsonConfig extends FieldImageConfig
الامتدادات: FieldImageConfig
أماكن إقامة
الموقع |
مفاتيح التعديل |
النوع |
الوصف |
height? |
|
الرقم |
(اختياري) |
src? |
|
سلسلة |
(اختياري) |
width؟ |
|
الرقم |
(اختياري) |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-12 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-12 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `FieldImageFromJsonConfig` interface defines the configuration options for creating an image field from JSON."],["It extends the `FieldImageConfig` interface and includes optional properties for height, source (src), and width of the image."],["These properties allow customization of the image field's appearance and dimensions when loaded from JSON data."]]],[]]