গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
ব্লকলি > ব্লকএসভিজি > সংযোগগুলি সংরক্ষণ করুন
BlockSvg.saveConnections সম্পত্তি
স্বাক্ষর:
saveConnections?: (p1: BlockSvg) => void;
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`saveConnections` is a property of the `BlockSvg` class possibly used to preserve the connections of a block."],["This property's value is a function that potentially saves the block's connections, accepting a `BlockSvg` instance as an argument."],["The exact usage and implementation details of `saveConnections` would require further investigation of the Blockly library's source code."]]],["The `saveConnections` property within the `BlockSvg` class is a function that accepts a `BlockSvg` object as its parameter (p1). This function's purpose is to handle the saving of connections related to the input `BlockSvg` instance. It is defined as an optional property using `?:`, so it might not be defined in every instance.\n"]]