Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
blockly > IIcon > isShownWhenCollapsed
IIcon.isShownWhenConditiond() yöntemi
İmza:
isShownWhenCollapsed(): boolean;
Şunu döndürür:
boolean
Engelleme daraltıldığında bu simgenin gösterilip gösterilmeyeceği. Oluşturucuların dolguyu hesaba katmasına izin vermek için kullanılır.
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.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-08-22 UTC."],[[["The `isShownWhenCollapsed()` method, part of the `IIcon` interface in Blockly, determines if an icon is displayed when its associated block is collapsed."],["This method returns a boolean value indicating whether the icon is visible in the collapsed state, which helps renderers manage padding and layout."]]],["The `isShownWhenCollapsed()` method, part of the `IIcon` interface, determines if an icon should be visible when its associated block is collapsed. It takes no arguments and returns a boolean value. This boolean indicates the icon's visibility status in a collapsed state, helping renderers manage padding effectively. The method's core purpose is to control icon display during block collapse.\n"]]