Bản khảo sát nghiên cứu: Cho chúng tôi biết trải nghiệm của bạn khi sử dụng Blockly
Bắt đầu khảo sát
chặn > blockRendering > Trường
Lớp blockRendering.Field
Đối tượng chứa thông tin về không gian mà một trường chiếm dụng trong quá trình kết xuất
Chữ ký:
export declare class Field extends Measurable
Mở rộng: Có thể đo lường
Hàm khởi tạo
Thuộc tính
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-10-15 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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."]]],[]]