blockly > FieldImage > configure_
Alanı, verilen seçenekler haritasına göre yapılandırın.
İmza:
protected configure_(config: FieldImageConfig): void;
Parametreler
Parametre |
Tür |
Açıklama |
yapılandırma |
FieldImageConfig |
Alanı yapılandırmaya yönelik seçeneklerin haritası. |
Şunu döndürür:
geçersiz
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-22 UTC.
[null,null,["Son güncelleme tarihi: 2024-08-22 UTC."],[[["The `FieldImage.configure_()` method is used to set up a FieldImage instance based on provided configuration options."],["It takes a `FieldImageConfig` object as input, which contains properties like the image source, size, and other attributes to customize the field's appearance."],["This method is designated as `protected`, suggesting its primary use is within the FieldImage class or its subclasses."],["Calling `configure_()` does not return any value; instead, it directly modifies the state of the FieldImage object."]]],[]]