blockly > ICopyable > ICopyData
ICopyable.ICopyData interface
Signature:
interface ICopyData
Properties
Property |
Modifiers |
Type |
Description |
paster |
|
string |
|
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 `ICopyData` interface, part of Blockly's `ICopyable` namespace, defines the data structure for copy operations."],["It includes a single property, `paster`, of type string, likely intended to identify the element responsible for pasting the copied data."]]],["The `ICopyable.ICopyData` interface defines a structure for data that can be copied. It has a single property, `paster`, which is of type string. This interface specifies the format for copyable data, and the `paster` property likely holds the necessary information to identify and handle the copied data when it's pasted.\n"]]