blockly > Araç Kutusu > updateFlyout_
Seçilen öğeye bağlı olarak uçağın gizlenip gizlenmeyeceğini belirler.
İmza:
protected updateFlyout_(oldItem: ISelectableToolboxItem | null, newItem: ISelectableToolboxItem | null): void;
Parametreler
Ş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 `updateFlyout_` method determines the flyout's visibility based on the currently selected toolbox item."],["It takes two arguments: `oldItem`, representing the previously selected item, and `newItem`, representing the currently selected item, both of which can be null."],["This method is responsible for managing the display of the flyout in response to user interactions with the toolbox."]]],[]]