গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
ব্লকলি > ইভেন্ট > ব্লক ডিলিট > (নির্মাতা)
Events.BlockDelete.(constructor)
BlockDelete
ক্লাসের একটি নতুন উদাহরণ তৈরি করে
স্বাক্ষর:
constructor(opt_block?: Block);
পরামিতি
প্যারামিটার | টাইপ | বর্ণনা |
---|
অপট_ব্লক | ব্লক | (ঐচ্ছিক) মুছে ফেলা ব্লক। একটি ফাঁকা ইভেন্টের জন্য অনির্ধারিত৷ |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-13 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-13 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `Events.BlockDelete` class constructor creates a new instance of the class, which represents the deletion of a block in Blockly."],["It optionally accepts a `Block` object as a parameter, representing the deleted block, which can be undefined for a blank event."]]],["The `BlockDelete` class constructor creates a new instance representing a block deletion event. It optionally accepts a `Block` object as a parameter, which represents the deleted block. If no block is provided, it signifies a blank deletion event. This constructor is used to instantiate `BlockDelete` objects that hold information about the deletion of a specific block or the occurrence of a general delete event.\n"]]