blockly > blockRendering > Alan
blockRendering.Field sınıfı
Oluşturma sırasında bir alanın kapladığı alanla ilgili bilgi içeren nesne
İmza:
export declare class Field extends Measurable
Kapsamı: Ölçülebilir
Markalar
Özellikler
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-10-15 UTC.
[null,null,["Son güncelleme tarihi: 2024-10-15 UTC."],[[["The `blockRendering.Field` class stores information about the space a field occupies during the rendering process in Blockly."],["It inherits from the `Measurable` class and contains properties like `field`, `flipRtl`, `height`, `isEditable`, `parentInput`, and `width` to manage field rendering attributes."],["The constructor initializes a new `Field` object with specified constants, field, and parent input."],["This class provides a way to represent and control the visual aspects of fields within Blockly's block rendering system."]]],[]]