blockly > FieldImage > doValueUpdate_
FieldImage.doValueUpdate_() yöntemi
Bu resim alanının değerini ve görüntülenen resmi güncelleyin.
İmza:
protected doValueUpdate_(newValue: string): void;
Parametreler
Parametre |
Tür |
Açıklama |
newValue |
dize |
Kaydedilecek değer. Varsayılan doğrulayıcı, bunun bir dize olduğunu garanti eder. |
Ş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-09-12 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-12 UTC."],[[["The `doValueUpdate_` method updates the value of an image field and refreshes the displayed image accordingly."],["It takes a single argument, `newValue`, which represents the new value for the image field and should be a string."],["This method is used internally by Blockly and is marked as protected."]]],[]]