গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
ব্লকলি > ইভেন্ট > মন্তব্য মুছুন
শ্রোতাদের অবহিত করে যে একটি ওয়ার্কস্পেস মন্তব্য মুছে ফেলা হয়েছে।
স্বাক্ষর:
export declare class CommentDelete extends CommentBase
প্রসারিত: CommentBase
কনস্ট্রাক্টর
বৈশিষ্ট্য
সম্পত্তি | সংশোধক | টাইপ | বর্ণনা |
---|
json? | | মন্তব্য. রাষ্ট্র | (ঐচ্ছিক) তৈরি ওয়ার্কস্পেস মন্তব্যের JSON উপস্থাপনা। |
টাইপ | | স্ট্রিং | |
xml? | | উপাদান | (ঐচ্ছিক) মুছে ফেলা ওয়ার্কস্পেস মন্তব্যের XML উপস্থাপনা। |
পদ্ধতি
পদ্ধতি | সংশোধক | বর্ণনা |
---|
রান (আগামী) | | একটি সৃষ্টি ইভেন্ট চালান. |
toJson() | | ইভেন্টটিকে JSON হিসাবে এনকোড করুন। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `Events.CommentDelete` class in Blockly handles notifications when a workspace comment is removed."],["It provides properties like `json` and `xml` to store the deleted comment's representation."],["Methods such as `run` and `toJson` allow for event execution and JSON encoding."],["This class extends the `CommentBase` class for shared comment-related functionalities."]]],["The `CommentDelete` class, extending `CommentBase`, notifies listeners about the deletion of a workspace comment. It can be constructed with an optional comment. Key properties include `json` (optional JSON representation), `type` (string), and `xml` (optional XML representation). Core actions include `run`, which executes a creation event, and `toJson`, which encodes the event into JSON format. It provides data regarding deleted comments.\n"]]