blockly > ICopyable
ICopyable namespace
Signature:
export declare namespace ICopyable
Interfaces
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 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"]]