แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > blockRendering > ช่อง
คลาส blockRendering.Field
ออบเจ็กต์ที่มีข้อมูลเกี่ยวกับพื้นที่ที่ช่องใช้ระหว่างการแสดงผล
ลายเซ็น:
export declare class Field extends Measurable
ขยาย: สามารถวัดได้
ผู้ผลิต
พร็อพเพอร์ตี้
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-10-15 UTC
[null,null,["อัปเดตล่าสุด 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."]]],[]]