Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
blockly > blockRendering > BottomRow > hasLeftSquareCorner
blockRendering.BottomRow.hasLeftSquareCorner() yöntemi
Alt satırın sol kare köşesi olup olmadığını döndürür.
İmza:
hasLeftSquareCorner(block: BlockSvg): boolean;
Parametreler
Parametre |
Tür |
Açıklama |
engelle |
BlockSvg |
Alt satırı bunun temsil edilen blok. |
Şunu döndürür:
boolean
Alt satırın sol kare köşesi olup olmadığını belirtir.
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: 2025-07-25 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: 2025-07-25 UTC."],[],["The `hasLeftSquareCorner()` method, part of the `BottomRow` class in `blockRendering`, determines if a block's bottom row has a left square corner. It takes a `BlockSvg` object as a parameter, representing the block. The method returns a boolean value, `true` if the bottom row has a left square corner, and `false` otherwise. This functionality allows to know if the bottom row has a left square corner.\n"]]