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 > Kết nối > hình dạng
Thuộc tính blockRendering.Connection.shape
Chữ ký:
shape: Shape;
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-22 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-08-22 UTC."],[[["This property refers to the physical form or outline of a connection point on a Blockly block, represented by a `Shape` object."],["It dictates how the connecting point visually appears and is essential for determining compatible connection types."],["The `shape` property is crucial for aligning and joining blocks in the Blockly workspace, ensuring connections fit seamlessly together."]]],["The `blockRendering.Connection.shape` property, defined within the Blockly library, is of type `Shape`. It represents the visual shape of a connection point on a block. This property holds the specific geometric form or design used to render the connection, indicating how it visually interacts with other connections. The type `Shape` determines what kind of shape is rendered.\n"]]