แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > เหตุการณ์ > CommentBase
ชั้นเรียนนามธรรมสําหรับกิจกรรมการแสดงความคิดเห็น
ลายเซ็น:
export declare class CommentBase extends AbstractEvent
ขยาย: AbstractEvent
ผู้ผลิต
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ |
คีย์ตัวปรับแต่ง |
ประเภท |
คำอธิบาย |
commentId? |
|
สตริง |
(ไม่บังคับ) รหัสของความคิดเห็นที่เหตุการณ์นี้อ้างอิง |
isBlank |
|
boolean |
|
เมธอด
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-29 UTC
[null,null,["อัปเดตล่าสุด 2024-08-29 UTC"],[[["The `CommentBase` class in Blockly is an abstract class used as a foundation for comment-related events."],["It includes properties like `commentId` to identify the comment and `isBlank` to indicate its state."],["`CommentBase` provides methods such as `CommentCreateDeleteHelper` to assist with comment creation or deletion events, extending the functionality of the `AbstractEvent` class."],["Developers can encode a `CommentBase` event as JSON using the `toJson()` method for data transmission or storage."]]],["The `CommentBase` class, extending `AbstractEvent`, serves as a foundation for comment-related events. It features a constructor for creating instances, an optional `commentId` property to identify the comment, and a `isBlank` property. The class provides a static helper method, `CommentCreateDeleteHelper`, for managing comment creation/deletion events. It also includes a `toJson` method for converting events into JSON format.\n"]]