Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
blockly > ICopyable > toCopyData
ICopyable.toCopyData() yöntemi
Kopyalama için kodlayın.
İmza:
toCopyData(): T | null;
Şunu döndürür:
Tr | boş
Meta veriyi kopyala.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-12 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-09-12 UTC."],[[["The `toCopyData()` method is part of the `ICopyable` interface in Blockly and is used to encode data for copying."],["This method returns copy metadata, which can be of type `T` or null."]]],["The `toCopyData()` method, part of the `ICopyable` interface, encodes data for copying. Its signature indicates it takes no arguments and returns either a value of type `T` or `null`. This method's core function is to generate copy metadata, essential for the data copying process. The return value represents this encoded metadata, which will be used to duplicate or transfer data.\n"]]