blockly > blockRendering > SpacerRow
blockRendering.SpacerRow sınıfı
İki satır arasındaki ayırıcı hakkında bilgiler içeren nesne.
İmza:
export declare class SpacerRow extends Row
Uzat: Satır
Markalar
Özellikler
Yöntemler
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-29 UTC.
[null,null,["Son güncelleme tarihi: 2024-08-29 UTC."],[[["`SpacerRow` is a class in Blockly's block rendering system that represents the space between two rows of blocks."],["It inherits properties and methods from the `Row` class and adds specific functionalities for managing spacer elements."],["`SpacerRow` objects store information like height, width, and whether they precede or follow a statement block."],["Key properties include `elements`, `followsStatement`, `height`, `precedesStatement`, `width`, and `widthWithConnectedBlocks`."],["The `measure()` method is used to calculate and adjust the dimensions of the spacer row within the block layout."]]],[]]