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 > ICopyable
Không gian tên ICopyable
Chữ ký:
export declare namespace ICopyable
Giao 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.
[null,null,["Cập nhật lần gần đây nhất: 2024-09-12 UTC."],[[["The `ICopyable` namespace in Blockly deals with the functionality of copying elements."],["It contains the `ICopyData` interface which likely defines the structure for data during the copy operation."],["This namespace and its components are essential for implementing copy/paste or duplication features within Blockly projects."]]],["The `ICopyable` namespace is defined, containing one interface: `ICopyData`. This namespace's purpose is to manage copyable data. The `ICopyData` interface is within this namespace, implying it defines the structure or properties associated with data that can be copied, but further details regarding its specific fields are not provided here. The namespace is part of a larger system likely dealing with copying operations.\n"]]