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
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
chặn > blockRendering > Kết nối > (hàm khởi tạo)
blockRendering.Connection.(constructor)
Tạo một thực thể mới của lớp Connection
Chữ ký:
constructor(constants: ConstantProvider, connectionModel: RenderedConnection);
Tham số
Thông số |
Loại |
Mô tả |
hằng số |
ConstantProvider |
Trình cung cấp hằng số kết xuất. |
connectionModel |
RenderedConnection |
Đối tượng kết nối trên khối mà đối tượng này đại diện. |
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-09-12 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-09-12 UTC."],[[["The `blockRendering.Connection` constructor creates a new Connection instance, which visually represents a connection point on a block in the Blockly workspace."],["It takes a `ConstantProvider` for rendering settings and a `RenderedConnection` representing the block's connection data as input."]]],["The `Connection` class constructor takes two parameters: `constants` and `connectionModel`. `constants` is an instance of `ConstantProvider` and provides rendering constants. `connectionModel` represents the connection object on the block, and is of type `RenderedConnection`. This constructor creates a new instance of the `Connection` class. The `Connection` class is part of the `blockRendering` namespace.\n"]]