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 > SpacerRow
Lớp blockRendering.SpacerRow
Một đối tượng chứa thông tin về một khoảng trống giữa hai hàng.
Chữ ký:
export declare class SpacerRow extends Row
Mở rộng: Hàng
Hàm khởi tạo
Thuộc tính
Phương thức
Phương thức |
Đối tượng sửa đổi |
Mô tả |
measure() |
|
|
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-08-29 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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."]]],[]]