blockly > blockRendering > SpacerRow > öğeler
blockRendering.SpacerRow.elements özelliği
İmza:
elements: InRowSpacer[];
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."],[[["`elements` is a property of the `SpacerRow` class within the `blockRendering` namespace in Blockly."],["It is an array of `InRowSpacer` objects, representing the individual spacers within a row of a rendered block."],["This property defines the visual elements used to create spacing between inputs and other elements within a block's layout."]]],["The `elements` property within the `blockRendering.SpacerRow` class is defined. It's specified that `elements` is an array, indicated by the type `InRowSpacer[]`. This array is intended to contain instances of `InRowSpacer`, suggesting it holds spacing elements within a row of a block rendering system. The core function is to store the spacing components.\n"]]