Survei Riset: Ceritakan pengalaman Anda dengan Blockly
Mulai survei
blockly > ICopyable
Namespace ICopyable
Tanda Tangan:
export declare namespace ICopyable
Antarmuka
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-09-12 UTC.
[null,null,["Terakhir diperbarui pada 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"]]