रिसर्च सर्वे: Blockly के साथ अपने अनुभव के बारे में हमें बताएं
सर्वे शुरू करें
ब्लॉकले > इवेंट > CommentDelete
सुनने वालों को सूचना देता है कि फ़ाइल फ़ोल्डर पर की गई टिप्पणी मिटा दी गई है.
हस्ताक्षर:
export declare class CommentDelete extends CommentBase
एक्सट्रैक्ट: CommentBase
कंस्ट्रक्टर
प्रॉपर्टी
प्रॉपर्टी |
मॉडिफ़ायर |
टाइप |
ब्यौरा |
JSON? |
|
comments.State |
(ज़रूरी नहीं) फ़ाइल फ़ोल्डर के लिए बनाई गई टिप्पणी का JSON फ़ॉर्मैट. |
टाइप |
|
स्ट्रिंग |
|
xml? |
|
एलिमेंट |
(ज़रूरी नहीं) फ़ाइल फ़ोल्डर की मिटाई गई टिप्पणी को एक्सएमएल फ़ॉर्मैट में दिखाना. |
तरीके
तरीका |
मॉडिफ़ायर |
ब्यौरा |
रन(फ़ॉरवर्ड) |
|
इवेंट बनाने के लिए इस्तेमाल करें. |
toJson() |
|
इवेंट को JSON कोड में बदलें. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-29 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-29 (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"]]